mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-16 16:19:42 +01:00
Update documentation
This commit is contained in:
parent
a3414fe146
commit
ea34dd70e5
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -7,7 +7,7 @@ have extended and released under the same [`LICENSE`](./LICENSE)
|
|||
Installation
|
||||
------------
|
||||
|
||||
**The current version of this library requires gRPC version 1.2.0. Newer versions may work but have not been tested.**
|
||||
**The current version of this library requires gRPC version 1.34.1. Newer versions may work, but have not been tested.**
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
@ -24,9 +24,15 @@ testing:
|
|||
|
||||
```bash
|
||||
$ 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` library.
|
||||
|
||||
Using the Library
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue