mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2025-02-05 15:55:03 +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
|
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
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -24,9 +24,15 @@ 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` library.
|
||||||
|
|
||||||
Using the Library
|
Using the Library
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue