Skip to content

Commit

Permalink
Merge pull request #60 from chenrui333/add-homebrew-installation-note
Browse files Browse the repository at this point in the history
feat: add homebrew installation note
  • Loading branch information
Arnau478 authored Jan 19, 2025
2 parents 10c0236 + aa0b2c1 commit a034925
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,18 @@ It is written in [zig](https://github.com/ziglang/zig), in an attempt to simplif
If your package manager is in the following list (and preferably in green), you can simply install it from there:
[![Packaging status](https://repology.org/badge/vertical-allrepos/hevi.svg)](https://repology.org/project/hevi/versions)

### Homebrew

You can install [hevi](https://formulae.brew.sh/formula/hevi) with [brew](https://brew.sh/):

```sh
$ brew install hevi
```

### Nix
There is a nix flake you can use. You can also try hevi without installing it:
```

```sh
$ nix shell github:Arnau478/hevi
```

Expand Down

0 comments on commit a034925

Please sign in to comment.