Merge pull request #10699 from laffer1/patch-1

Add instructions for MidnightBSD installation
This commit is contained in:
William Martin 2025-06-17 16:55:53 +02:00 committed by GitHub
commit b5613cdbbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,6 +164,20 @@ Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
pkg install gh
```
### MidnightBSD
MidnightBSD users can install from [mports](https://www.midnightbsd.org/documentation/mports/index.html)
```bash
cd /usr/mports/devel/gh/ && make install clean
```
Or via [mport(1)](http://man.midnightbsd.org/cgi-bin/man.cgi/mport):
```bash
mport 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):