Update documentation

This commit is contained in:
Joel Stanley 2021-06-29 19:11:52 -05:00
parent 4987b2a27a
commit 5edcf055db
No known key found for this signature in database
GPG Key ID: F368244CDC80C97F
1 changed files with 1 additions and 8 deletions

View File

@ -24,16 +24,9 @@ testing:
```bash
$ nix-shell
...
Running: cabal configure --extra-include-dirs ... --extra-lib-dirs ... --enable-tests
...
[nix-shell]$ cabal build && cabal test
[nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
```
Note that `cabal configure` is run automatically upon `nix-shell` entry so that
the build can reference include and library paths for the `grpc` and `gpr`
libraries.
Using the Library
-----------------