Fix command for running deployment script in README.md

This commit is contained in:
poolman 2019-05-08 03:03:44 +03:00
parent 5b7562bac7
commit a936ef5551

View file

@ -70,7 +70,7 @@ pm2 restart api
Install Script:
```bash
curl -L https://raw.githubusercontent.com/Snipa22/nodejs-pool/master/deployment/deploy.bash | bash
wget https://raw.githubusercontent.com/hyle-team/zano-nodejs-pool/master/deployment/deploy.bash && chmod +x ./deploy.bash && ./deploy.bash
```
Assumptions for the installer