From 04a157f3be02b0a58167d15f294bb63728c91ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Wed, 5 Jan 2022 18:44:32 +0100 Subject: [PATCH] Clarify the Homebrew instructions (#145) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09447ad..6388f96 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,13 @@ A [Homebrew tap](https://github.com/mhanberg/homebrew-zk) is maintained by [@mhanberg](https://github.com/mhanberg). ```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