mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +01:00
Remove --with-gcc=clang
from README.md
, too
This commit is contained in:
parent
92c0653809
commit
8207f6ecf6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ used to give you a development environment where you can use the `cabal` and
|
|||
|
||||
```bash
|
||||
$ nix-shell release-nix -A grpc-haskell.env
|
||||
[nix-shell]$ cabal configure --with-gcc=clang --enable-tests && cabal build && cabal test
|
||||
[nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
|
||||
```
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue