Merge pull request #240 from stanley-cheung/node_route_guide_minor_fix
doc fix: add db_path param to node route_guide_server command
This commit is contained in:
commit
29a6919f85
|
|
@ -354,9 +354,9 @@ $ npm install
|
||||||
```
|
```
|
||||||
Run the server, which will listen on port 50051:
|
Run the server, which will listen on port 50051:
|
||||||
```shell
|
```shell
|
||||||
$ node ./route_guide_server.js
|
$ node ./route_guide_server.js --db_path=route_guide_db.json
|
||||||
```
|
```
|
||||||
Run the client (in a different terminal):
|
Run the client (in a different terminal):
|
||||||
```shell
|
```shell
|
||||||
$ node ./route_guide_client.js
|
$ node ./route_guide_client.js --db_path=route_guide_db.json
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue