Update README.md to add homebrew installation guide (#129)

This commit is contained in:
Jiayu Liu 2022-01-21 15:47:42 +08:00 committed by GitHub
parent 8cd4b772f1
commit df9298f39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,9 @@ See below for a high level diagram:
### Install pre-built binary
```bash
# if you are using homebrew
brew install roapi
# or if you prefer python / pip
pip install roapi-http
```