From 258f5094135968742b0aa4631298b9d9cc120a19 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 13 Jan 2024 10:09:39 -0500 Subject: [PATCH] Update docs/dev/hosting.md --- docs/dev/hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/hosting.md b/docs/dev/hosting.md index adf422c..be1c72a 100644 --- a/docs/dev/hosting.md +++ b/docs/dev/hosting.md @@ -15,7 +15,7 @@ The general sequence of steps required for setting up a CI runner is as follows: Run these commands to install the packages: - **OpenBSD:** `pkg_add git go node` - **FreeBSD:** `pkg install git go node` - - **NetBSD:** `pkgin install git go node openssl mozilla-rootcerts-openssl` + - **NetBSD:** `pkgin install git go nodejs openssl mozilla-rootcerts-openssl` (Note that the `go` executable is `go121` or whatever version was installed. and that NetBSD has no root certificates installed by default) - **Debian:** `apt install git golang nodejs` - **Alpine:** `apk add git go nodejs`