fix install command

This commit is contained in:
zawwz 2021-06-11 14:36:06 +02:00 committed by GitHub
parent 3429a398cf
commit 76779cd32d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```