From bd1631714ae494eb92357dd0f7d7ece0d65a178e Mon Sep 17 00:00:00 2001 From: Gourav Kolhatkar Date: Sun, 10 Nov 2024 16:15:25 +0530 Subject: [PATCH] Update unclear .profile changes in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b64eb88..62aa21c5 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ services: ```shell export GOPATH=$HOME/xxxxx export PATH=$PATH:$GOROOT/bin:$GOPATH/bin -export PATH=$PATH:$(go env GOPATH)/bin <---- Confirm this line in you profile!!! +export PATH=$PATH:$(go env GOPATH)/bin #Confirm this line in your .profile and make sure to source the .profile if you add it!!! ``` ### Error under wsl when ' is included in the bin