From 83913b48f7077675164a6eb6994ba6e54bbc45f8 Mon Sep 17 00:00:00 2001 From: Mia Date: Sun, 25 Jan 2026 19:12:43 -0500 Subject: [PATCH] Update README.md Updated command for Mac/Linux install based on current instructions at https://webinstall.dev/golang/ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a1a6e..cef397f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ The Boot.dev CLI requires an up-to-date Golang installation, and only works on L ```sh # for linux/mac -curl -sS https://webi.sh/golang | sh +curl -sS https://webi.sh/golang | sh; \ +source ~/.config/envman/PATH.env # for windows curl.exe https://webi.ms/golang | powershell