Skip to content

Commit

Permalink
added instructions to install with Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosvm committed Jan 31, 2024
1 parent 4c4170e commit 9cc382c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,18 @@ curl -sSLO https://raw.githubusercontent.com/hook-lang/hook/main/scripts/install
install
```

## Building from the source code
### Installing with Homebrew

If you're a macOS user (works on Linux too), you can also install Hook using [Homebrew](https://brew.sh):

```
brew tap hook-lang/hook
brew install hook
```

> **Note**: Follow the instructions provided by Homebrew to add the `HOOK_HOME` environment variable to your system.
### Building from the source code

If you prefer, you can also build Hook locally by following the instructions provided in [BUILDING.md](BUILDING.md).

Expand Down

0 comments on commit 9cc382c

Please sign in to comment.