Update Install instructions in README.md

This commit is contained in:
Christer Warén 2024-05-01 01:50:58 +03:00
parent 7a5c84f5c0
commit cb76cbd190

View File

@ -2,7 +2,7 @@
## Install
```
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null
sudo chmod +x /usr/bin/wx &> /dev/null
mkdir $HOME/bin &> /dev/null
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
chmod +x $HOME/bin/wx &> /dev/null
```