Skip to content

Commit

Permalink
Add nix subsection to "installation"
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnau478 committed Dec 12, 2024
1 parent edc5bde commit cbfa59d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,17 @@ Hevi has a precedence for configuration and it is:
It is written in [zig](https://github.com/ziglang/zig), in an attempt to simplify hex viewers.

## Installation

### Some Linux package managers
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)

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

### Other platforms
You can download a binary from the [releases](https://github.com/Arnau478/hevi/releases/) page. You can also clone the repository and compile it with `zig build`.

Expand Down

0 comments on commit cbfa59d

Please sign in to comment.