Skip to content

Commit

Permalink
Merge pull request #110 from 0323pin/master
Browse files Browse the repository at this point in the history
Add NetBSD-related installation instruction
  • Loading branch information
Etto48 authored Aug 26, 2024
2 parents 607cdf7 + d004aaa commit 1a35bef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Also, it can edit remote files via SSH.

## Installation

### Using cargo

If you already have the requirements installed, you only need to run the following command:

```bash
Expand All @@ -27,6 +29,22 @@ cargo install hex-patch
- [Xcode Command Line Tools](https://developer.apple.com/) on macOS
- [Rust](https://www.rust-lang.org/tools/install)

### Using your package manager

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:

```bash
cd /usr/pkgsrc/devel/hexpatch
make install
```

## SSH connection

In order to connect via SSH, you can use the following command:
Expand Down

0 comments on commit 1a35bef

Please sign in to comment.