From 58584a35dbda716a58fe258e982e1c6fcbe02a84 Mon Sep 17 00:00:00 2001 From: murgatroid99 <mlumish@google.com> Date: Thu, 23 Apr 2015 13:34:42 -0700 Subject: [PATCH] Fixed typo in README change --- src/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/README.md b/src/node/README.md index df57d1e56b..6e4934151e 100644 --- a/src/node/README.md +++ b/src/node/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<custom location>/include LDFLAGS=-L<custom location> npm install [grpc] +CXXFLAGS=-I<custom location>/include LDFLAGS=-L<custom location>/lib npm install [grpc] ``` ## Tests -- GitLab