mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 11:39:43 +01:00
Update README.md
Add homebrew instructions
This commit is contained in:
parent
096d399b30
commit
d6fb5df411
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -16,8 +16,15 @@ Building GRPC
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
In order to compile this project, and anything which depends on it, you will need a working installation
|
In order to compile this project, and anything which depends on it, you will need a working installation
|
||||||
of the GRPC C core libraries. This library currently uses the 0.15 version range, so checkout an appropriate revision
|
of the GRPC C core libraries. This library currently uses the 0.15 version range. If you are on OS X, you can install it with homebrew:
|
||||||
of the repository, and install as follows:
|
|
||||||
|
```
|
||||||
|
brew tap grpc/grpc
|
||||||
|
brew install grpc
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, you can build gRPC from source by checking out an appropriate revision
|
||||||
|
of the repository, and installing as follows:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/grpc/grpc.git
|
git clone https://github.com/grpc/grpc.git
|
||||||
|
|
Loading…
Reference in a new issue