From 73dfc83aeb52ac5b73d319c465c3ae01dfe4e73d Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Thu, 13 Jan 2022 14:59:14 -0500 Subject: [PATCH] Point Homebrew install instructions to homebrew-core (#153) --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6388f96..f2c5f77 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,14 @@ ### Homebrew -A [Homebrew tap](https://github.com/mhanberg/homebrew-zk) is maintained by [@mhanberg](https://github.com/mhanberg). - ```sh -brew install mhanberg/zk/zk +brew install zk ``` -Or, if you want to build from the source directly: +Or, if you want to the latest changes: ```sh -brew install --build-from-source mhanberg/zk/zk +brew install --HEAD zk ``` ### Arch Linux