From 76779cd32d726755c028804a713e3c5ec6d20274 Mon Sep 17 00:00:00 2001 From: zawwz <34189424+zawwz@users.noreply.github.com> Date: Fri, 11 Jun 2021 14:36:06 +0200 Subject: [PATCH] fix install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 970ce19..822a3a0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and move the `lxsh` binary in a PATH folder (`/usr/local/bin` is the recommended ```shell wget https://github.com/zawwz/lxsh/releases/download/v1.2.0/lxsh-linux-amd64.tar.gz -tar -xvf lxsh.tar.gz +tar -xvf lxsh-linux-amd64.tar.gz sudo mv lxsh /usr/local/bin ```