Browse Source

Add go as a prerequesite in build instructions

Signed-off-by: Matthew Runyon <[email protected]>
Matthew Runyon 4 tháng trước cách đây
mục cha
commit
f36ee00f71
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      BUILDING.md

+ 3 - 0
BUILDING.md

@@ -4,12 +4,15 @@
 * Windows:
   * [Docker Desktop](https://docs.docker.com/desktop/setup/install/windows-install/)
   * make
+  * go (see [go.mod](go.mod) for minimum version)
 * macOS:
   * [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/)
   * make
+  * go (see [go.mod](go.mod) for minimum version)
 * Linux:
   * [Docker 20.10 or later](https://docs.docker.com/engine/install/)
   * make
+  * go (see [go.mod](go.mod) for minimum version)
 
 ### Building the CLI