s+ow(setup),docs: use s+ow instead of main for now
This commit is contained in:
parent
aef4403c4b
commit
a7b1026a44
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ see [s+ow usage instructions here](#usi).
|
|||
|
||||
```text
|
||||
mkdir -p ~/.local/bin/
|
||||
curl https://raw.githubusercontent.com/markjoshwel/surplus/main/s+ow > ~/.local/bin/s+ow
|
||||
curl https://raw.githubusercontent.com/markjoshwel/surplus/s+ow/s+ow > ~/.local/bin/s+ow
|
||||
chmod +x ~/.local/bin/s+ow
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ rm mdtest.tar.gz
|
|||
|
||||
# install s+ow
|
||||
mkdir -p ~/.local/bin/
|
||||
curl https://raw.githubusercontent.com/markjoshwel/surplus/main/s+ow > ~/.local/bin/s+ow
|
||||
curl https://raw.githubusercontent.com/markjoshwel/surplus/s+ow/s+ow > ~/.local/bin/s+ow
|
||||
chmod +x ~/.local/bin/s+ow
|
||||
|
||||
# setup path
|
||||
|
|
Loading…
Add table
Reference in a new issue