From bd7d31079a68cf197489d726158fd9ab7407b991 Mon Sep 17 00:00:00 2001 From: Pistachiout <63298680+Pistachiout@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:23:19 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a28e72..be5151a 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ sudo apt install docker.io ```bash export GOPATH=/root/go -export GOROOT=/usr/local/go, -export PATH=$GOROOT/bin: +export GOROOT=/usr/local/go +export PATH=$GOROOT/bin:$PATH ``` 6. $PATH 激活环境变量: source /etc/profile