Skip to content

Commit

Permalink
Add installation instructions for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 4, 2024
1 parent d6ff28d commit e4a9c9c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,26 @@ cargo install hex-patch

### Using your package manager

#### NetBSD

On NetBSD, a package is available from the [official repositories](https://pkgsrc.se/devel/hexpatch/).
To install it, simply run:

```bash
pkgin install hexpatch
```

or, if you prefer to build from source:
#### Arch Linux

On Arch Linux, a package is available from the [official repositories](https://archlinux.org/packages/extra/x86_64/hexpatch/):

```bash
pacman -S hexpatch
```

#### Build from source

If you prefer to build from source:

```bash
cd /usr/pkgsrc/devel/hexpatch
Expand Down

0 comments on commit e4a9c9c

Please sign in to comment.