From 7dc86366b4242a926c4df74de347b6efd7b33dbf Mon Sep 17 00:00:00 2001 From: Janne Johansson Date: Fri, 2 May 2025 10:04:14 +0200 Subject: [PATCH] Update source.md If we assume someone doesn't already have the required go package, they might also not have the required git package installed either, so pkg_add both of them. --- docs/setup/install/source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/install/source.md b/docs/setup/install/source.md index eb4f4e43..b46931af 100644 --- a/docs/setup/install/source.md +++ b/docs/setup/install/source.md @@ -17,7 +17,7 @@ README](https://github.com/juanfont/headscale#contributing) for more information ```shell # Install prerequisites -pkg_add go +pkg_add go git git clone https://github.com/juanfont/headscale.git