From dd3ec840009342ce3ab87b66d7037ea9764b3265 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sat, 3 Sep 2022 12:22:03 +0200 Subject: [PATCH] Minor doc change --- docs/running-headscale-openbsd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running-headscale-openbsd.md b/docs/running-headscale-openbsd.md index dcd1c9bb..7ab486bb 100644 --- a/docs/running-headscale-openbsd.md +++ b/docs/running-headscale-openbsd.md @@ -17,7 +17,7 @@ describing how to make `headscale` run properly in a server environment. ```shell # Install prerequistes -# 1. go v1.18+: headscale newer than 0.15 needs go 1.18+ to compile +# 1. go v1.19+: headscale newer than 0.17 needs go 1.19+ to compile # 2. gmake: Makefile in the headscale repo is written in GNU make syntax pkg_add -D snap go pkg_add gmake @@ -46,7 +46,7 @@ cp headscale /usr/local/sbin ```shell # Install prerequistes -# 1. go v1.18+: headscale newer than 0.15 needs go 1.18+ to compile +# 1. go v1.19+: headscale newer than 0.17 needs go 1.19+ to compile # 2. gmake: Makefile in the headscale repo is written in GNU make syntax git clone https://github.com/juanfont/headscale.git