update script

pull/5/head
Miguel Mota 6 years ago
parent 9d3677c06d
commit 10df42aa3c

@ -19,7 +19,7 @@ go install github.com/miguelmota/cointop
### Alternatively
```
sudo
sudo curl -s https://git.io/vxKUA | bash
```
## Usage

@ -5,5 +5,8 @@ if ! [ $(id -u) = 0 ]; then
exit 1
fi
echo "downloading..."
curl https://github.com/miguelmota/cointop/raw/master/bin/cointop -o cointop
echo "installing..."
mv cointop /usr/local/bin/
echo "cointop installed."

Loading…
Cancel
Save