diff --git a/README.md b/README.md index 0fbf02a..739bc9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple `helloworld` for Golang in VsCode. # Golang the compiler -Download Golang [installer](https://go.dev/dl/). A least on Mac it shall be able to deal with updating your OS `PATH` environment variable with  `$GOPATH/bin`. +Download Golang [installer](https://go.dev/dl/). A least on Mac the installer shall be able to deal with [updating OS](https://gist.github.com/Linerre/f11ad4a6a934dcf01ee8415c9457e7b2) `PATH` environment variable with  `$GOPATH/bin`. ## Debugger