We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4170e commit 9cc382cCopy full SHA for 9cc382c
README.md
@@ -48,7 +48,18 @@ curl -sSLO https://raw.githubusercontent.com/hook-lang/hook/main/scripts/install
48
install
49
```
50
51
-## Building from the source code
+### Installing with Homebrew
52
+
53
+If you're a macOS user (works on Linux too), you can also install Hook using [Homebrew](https://brew.sh):
54
55
+```
56
+brew tap hook-lang/hook
57
+brew install hook
58
59
60
+> **Note**: Follow the instructions provided by Homebrew to add the `HOOK_HOME` environment variable to your system.
61
62
+### Building from the source code
63
64
If you prefer, you can also build Hook locally by following the instructions provided in [BUILDING.md](BUILDING.md).
65
0 commit comments