Skip to content

Commit

Permalink
docs: update installation instructions (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Jul 5, 2024
1 parent 67e28b1 commit 007511f
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,35 @@ Benefits are plurals:
- Cost Optimization for data storage management and scaling.

---
## Install chainhook
## Install Chainhook

### Install from the source
There are a few options when installing Chainhook.

### macOS
Chainhook can be installed on macOS using Homebrew with the following command:
```terminal
brew install chainhook
```

### Linux
Chainhook is also available on the [snap store](https://snapcraft.io/chainhook) for Linux users.
To install, run:
```terminal
sudo snap install chainhook
```

### Windows
Windows users can install via winget:
```
winget install HiroSystems.Chainhook
```

### Download Builds
If you don't like using package managers and want to download our builds directly, they are published to our [release page](https://github.com/hirosystems/chainhook/releases).

### Install from Source

Finally, you can also build our source code directly:

```bash
$ git clone https://github.com/hirosystems/chainhook.git
Expand Down

0 comments on commit 007511f

Please sign in to comment.