Update Install instructions in README.md
This commit is contained in:
parent
7a5c84f5c0
commit
88ae512ae1
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
```
|
```
|
||||||
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
|
mkdir $HOME/bin &> /dev/null
|
||||||
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null
|
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
|
||||||
sudo chmod +x /usr/bin/wx &> /dev/null
|
chmod +x $HOME/bin/wx &> /dev/null
|
||||||
|
PATH="$HOME/bin:$PATH"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user