add db_path param to node route_guide_server command

This commit is contained in:
Stanley Cheung 2015-06-11 09:32:46 -07:00
parent 36fb4c3cb4
commit fd9c44c76c
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ $ npm install
```
Run the server, which will listen on port 50051:
```shell
$ node ./route_guide_server.js
$ node ./route_guide_server.js --db_path=route_guide_db.json
```
Run the client (in a different terminal):
```shell