Fix command for running deployment script in README.md
This commit is contained in:
parent
5b7562bac7
commit
a936ef5551
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue