From 93a915c096f155be097aac5f3a0c7fc2bc0fc570 Mon Sep 17 00:00:00 2001 From: Michael Savage Date: Mon, 6 May 2024 21:03:21 +0300 Subject: [PATCH] Update OpenBSD installation docs for 2024 (#1915) --- docs/running-headscale-openbsd.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/running-headscale-openbsd.md b/docs/running-headscale-openbsd.md index 29e340fc..a490439a 100644 --- a/docs/running-headscale-openbsd.md +++ b/docs/running-headscale-openbsd.md @@ -9,19 +9,17 @@ ## Goal -This documentation has the goal of showing a user how-to install and run `headscale` on OpenBSD 7.1. +This documentation has the goal of showing a user how-to install and run `headscale` on OpenBSD. In additional to the "get up and running section", there is an optional [rc.d section](#running-headscale-in-the-background-with-rcd) describing how to make `headscale` run properly in a server environment. ## Install `headscale` -1. Install from ports (not recommended) +1. Install from ports - !!! info + You can install headscale from ports by running `pkg_add headscale`. - As of OpenBSD 7.2, there's a headscale in ports collection, however, it's severely outdated(v0.12.4). You can install it via `pkg_add headscale`. - -1. Install from source on OpenBSD 7.2 +1. Install from source ```shell # Install prerequistes