Skip to content

Commit

Permalink
Add NetBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
0323pin committed Aug 26, 2024
1 parent 607cdf7 commit 099d77f
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 avalibale from the [official repositories](https://pkgsrc.se/devel/hexpatch/).

Check warning on line 34 in docs/README.md

View workflow job for this annotation

GitHub Actions / lint

"avalibale" should be "available".
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 099d77f

Please sign in to comment.