From f1c4c604690b2def9fbd780d1b56d08ea31055b7 Mon Sep 17 00:00:00 2001 From: Jim Manico Date: Fri, 6 Sep 2024 14:47:09 +0200 Subject: [PATCH] Update README.md Small cleanup suggestion --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a3417..f0e6b8d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,9 @@ If everything works you are good to go, but you may need to set some environment # Golang environment variables export GOROOT=/usr/local/go export GOPATH=$HOME/go -export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH: + +# Update PATH to include GOPATH and GOROOT binaries +export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH ``` ### Migration