From 415ca7e25b1e3e67adf8f76e06de7726bfcb2e4f Mon Sep 17 00:00:00 2001 From: HD Moore Date: Fri, 9 Aug 2024 12:33:16 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e297f0a..b217701 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ SSHamble requires a recent version of Go (1.22.6+) You can use Go to download the binary into the `bin` directory in your GOPATH. +If you are using macOS, you may run into errors at runtime unless you disable CGO before building: +```shell +$ export CGO_ENABLED=0 +``` + ```shell $ go install github.com/runZeroInc/sshamble@latest ```