mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fixed typo in README change
This commit is contained in:
parent
7ef907c6f0
commit
f91d3bcff2
@ -17,7 +17,7 @@ This requires `node` to be installed. If you instead have the `nodejs` executabl
|
||||
If you install the gRPC C core library in a custom location, then you need to set some environment variables to install this library. The command will look like this:
|
||||
|
||||
```sh
|
||||
CXXFLAGS=-I<custom location>/include LDFLAGS=-L<custom location> npm install [grpc]
|
||||
CXXFLAGS=-I<custom location>/include LDFLAGS=-L<custom location>/lib npm install [grpc]
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user