From af87389a1970057331f6c745928f2e8982518a3d Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Sat, 29 Mar 2025 19:39:16 -0400 Subject: [PATCH 1/2] Add instructions for MidnightBSD installation --- docs/install_linux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index 43ba876a1..09342c802 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -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): From 6b36060d586b55b46ee52f898f3d637333cddfba Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 17 Jun 2025 16:43:25 +0200 Subject: [PATCH 2/2] Update docs/install_linux.md --- docs/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 09342c802..719a9f2d0 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -165,7 +165,7 @@ pkg install gh ### MidnightBSD -MidnightBSD users can install from mports +MidnightBSD users can install from [mports](https://www.midnightbsd.org/documentation/mports/index.html) ```bash cd /usr/mports/devel/gh/ && make install clean