mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
update installation instructions, review feedback
This commit is contained in:
parent
d259f1600a
commit
925b2bdfb0
@ -18,13 +18,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
|
||||
sudo tee -a /etc/apt/sources.list
|
||||
```
|
||||
|
||||
Install the gRPC debian package
|
||||
Install the gRPC Debian package
|
||||
|
||||
```sh
|
||||
sudo apt-get update
|
||||
sudo apt-get install libgrpc-dev
|
||||
```
|
||||
|
||||
Install the gRPC NPM package
|
||||
|
||||
```sh
|
||||
npm install grpc
|
||||
```
|
||||
|
||||
**Mac OS X**
|
||||
|
||||
Install [homebrew][]. Run the following command to install gRPC Node.js.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user