X Tutup
Skip to content

Commit 0aaa334

Browse files
bsiegertmislav
andauthored
Add installation instructions for NetBSD/pkgsrc (cli#4931)
Co-authored-by: Mislav Marohnić <mislav@github.com>
1 parent ddaef8b commit 0aaa334

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/install_linux.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,20 @@ Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
104104
pkg install gh
105105
```
106106

107+
### NetBSD/pkgsrc
108+
109+
NetBSD users and those on [platforms supported by pkgsrc](https://pkgsrc.org/#index4h1) can install the [gh package](https://pkgsrc.se/net/gh):
110+
111+
```bash
112+
pkgin install gh
113+
```
114+
115+
To install from source:
116+
117+
```bash
118+
cd /usr/pkgsrc/net/gh && make package-install
119+
```
120+
107121
### OpenBSD
108122

109123
In -current, or in releases starting from 7.0, OpenBSD users can install from packages:

0 commit comments

Comments
 (0)
X Tutup