Add instructions for MidnightBSD installation
This commit is contained in:
parent
bab2bc8172
commit
af87389a19
1 changed files with 14 additions and 0 deletions
|
|
@ -163,6 +163,20 @@ Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
|
|||
pkg install gh
|
||||
```
|
||||
|
||||
### MidnightBSD
|
||||
|
||||
MidnightBSD users can install from mports
|
||||
|
||||
```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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue