mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-14 07:09:41 +01:00
Update documentation
This commit is contained in:
parent
4987b2a27a
commit
5edcf055db
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue