From 0aaa334edfd89d875bd8da19eaeadd27a29b9695 Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Mon, 20 Dec 2021 11:00:57 +0100 Subject: [PATCH] Add installation instructions for NetBSD/pkgsrc (#4931) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mislav Marohnić --- docs/install_linux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index b01cf5081..b11c2faa9 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -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: