Skip to content
Snippets Groups Projects
Commit 58584a35 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed typo in README change

parent 0a95d87e
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ This requires `node` to be installed. If you instead have the `nodejs` executabl ...@@ -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: 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 ```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 ## Tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment