Update node Quick start (#750)

This commit is contained in:
信鑫-King 2021-04-19 09:55:56 -07:00 committed by GitHub
parent e55f596f83
commit 63dab091b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -19,10 +19,12 @@ and other tutorials):
```sh ```sh
# Clone the repository to get the example code # Clone the repository to get the example code
$ git clone -b {{< param grpc_vers.core >}} https://github.com/grpc/grpc $ git clone -b {{< param grpc_vers.core >}} https://github.com/grpc/grpc
# Navigate to the dynamic codegen "hello, world" Node example: # Navigate to the node example
$ cd grpc/examples/node/dynamic_codegen $ cd grpc/examples/node
# Install the example's dependencies # Install the example's dependencies
$ npm install $ npm install
# Navigate to the dynamic codegen "hello, world" Node example:
$ cd dynamic_codegen
``` ```
### Run a gRPC application ### Run a gRPC application