Skip to content

Commit

Permalink
docs(getting-started): correct server start script name
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed May 19, 2021
1 parent 83a66a3 commit 6e74ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GETTING-STARTED-MANUALLY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ It contains your most private information.

**To start the server** to save pair data, define strategies and emit trading signals:
```
npm run start
npm run server
// or
docker run -d --name node-binance-trader -v "$PWD/.env:/srv/app/.env" -p 4000:4000 jsappme/node-binance-trader npm run start
docker run -d --name node-binance-trader -v "$PWD/.env:/srv/app/.env" -p 4000:4000 jsappme/node-binance-trader npm run server
```

**To start the auto trader** to monitor strategies and signals received from the server or the NBT Hub:
Expand Down

0 comments on commit 6e74ff9

Please sign in to comment.