fix install command
This commit is contained in:
parent
3429a398cf
commit
76779cd32d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ and move the `lxsh` binary in a PATH folder (`/usr/local/bin` is the recommended
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
wget https://github.com/zawwz/lxsh/releases/download/v1.2.0/lxsh-linux-amd64.tar.gz
|
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
|
sudo mv lxsh /usr/local/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue