Add installation instructions for NetBSD/pkgsrc (#4931)

Co-authored-by: Mislav Marohnić <mislav@github.com>
This commit is contained in:
Benny Siegert 2021-12-20 11:00:57 +01:00 committed by GitHub
parent ddaef8baa4
commit 0aaa334edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,20 @@ Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
pkg install gh
```
### NetBSD/pkgsrc
NetBSD users and those on [platforms supported by pkgsrc](https://pkgsrc.org/#index4h1) can install the [gh package](https://pkgsrc.se/net/gh):
```bash
pkgin install gh
```
To install from source:
```bash
cd /usr/pkgsrc/net/gh && make package-install
```
### OpenBSD
In -current, or in releases starting from 7.0, OpenBSD users can install from packages: