Clarify the Homebrew instructions (#145)

pull/146/head
Mickaël Menu 2 years ago committed by GitHub
parent 63dee0ce3f
commit 04a157f3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,13 @@
A [Homebrew tap](https://github.com/mhanberg/homebrew-zk) is maintained by [@mhanberg](https://github.com/mhanberg). A [Homebrew tap](https://github.com/mhanberg/homebrew-zk) is maintained by [@mhanberg](https://github.com/mhanberg).
```sh ```sh
brew install [--build-from-source] mhanberg/zk/zk brew install mhanberg/zk/zk
```
Or, if you want to build from the source directly:
```sh
brew install --build-from-source mhanberg/zk/zk
``` ```
### Arch Linux ### Arch Linux

Loading…
Cancel
Save