mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +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
|
```bash
|
||||||
$ nix-shell
|
$ nix-shell
|
||||||
...
|
[nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
|
||||||
Running: cabal configure --extra-include-dirs ... --extra-lib-dirs ... --enable-tests
|
|
||||||
...
|
|
||||||
[nix-shell]$ 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
|
Using the Library
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue