diff --git a/README.md b/README.md index df57d1e5..6e493415 100644 --- a/README.md +++ b/README.md @@ -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/include LDFLAGS=-L npm install [grpc] +CXXFLAGS=-I/include LDFLAGS=-L/lib npm install [grpc] ``` ## Tests