From 43f18481ad3cff8d4652f1bc2fcccfd605ab0ff3 Mon Sep 17 00:00:00 2001 From: Vorapol Rinsatitnon Date: Sun, 22 Sep 2024 02:49:08 +1000 Subject: [PATCH] Update Windows instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2e3ce41..d565bc96 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ Binary distributions are **available at the [release page](https://github.com/th #### Windows Installation 1. Download the `go-legacy-win7-.windows-.zip` file. -2. Extract the ZIP to `C:\Go` (or any preferred location). -3. Add `C:\Go\bin` (or your chosen path) to the system `PATH`. +2. Extract the ZIP to `C:\` (or any preferred location). This will create a `go-legacy-win7` folder. +3. Add `C:\go-legacy-win7\bin` (or your chosen path) to the system `PATH`. 4. Add `%USERPROFILE%\go\bin` to the user `PATH`. 5. Add `%USERPROFILE%\go` as `GOPATH` to user variables.