add db_path param to node route_guide_server command
This commit is contained in:
parent
36fb4c3cb4
commit
fd9c44c76c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue