Remove --with-gcc=clang from README.md, too

This commit is contained in:
Gabriel Gonzalez 2017-06-14 07:06:14 -07:00
parent 92c0653809
commit 8207f6ecf6

View File

@ -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