From c5ce945852853ad450a0dc38cc744b54bfac96e4 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Thu, 20 Jul 2023 21:30:38 -0500 Subject: [PATCH] Update README to include a link to go install docs (#919) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 925aa61..6a7e5f2 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ For each host, copy the nebula binary to the host, along with `config.yml` from ## Building Nebula from source -Download go and clone this repo. Change to the nebula directory. +Make sure you have [go](https://go.dev/doc/install) installed and clone this repo. Change to the nebula directory. To build nebula for all platforms: `make all`