From 8239b5ed2ba1ef98fc5d46c1b1fa460c2e929376 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 29 Jun 2021 13:49:49 -0500 Subject: [PATCH] Slight amendment to updated documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14d7691..62f11b8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Running: cabal configure --extra-include-dirs ... --extra-lib-dirs ... --enable- ``` Note that `cabal configure` is run automatically upon `nix-shell` entry so that -the build can reference include and library paths for the `grpc` library. +the build can reference include and library paths for the `grpc` and `gpr` +libraries. Using the Library -----------------