From f91d3bcff2601285b7f3fdbeb7fc1d47f8f26dd1 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 23 Apr 2015 13:34:42 -0700 Subject: [PATCH] Fixed typo in README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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