From 6b1f7df49e95a8790c4a3b52472a07de91d86b7b Mon Sep 17 00:00:00 2001 From: Pistachiout <63298680+Pistachiout@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:26:37 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec8f1c..f9de807 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ sudo apt install docker.io ``` - 5. gedit /root/.bashrc文件,设置环境变量 GOHOME 以及 GOROOT: sudo vim /etc/profile 添加如下: + 5. gedit /root/.bashrc文件,设置环境变量 GOHOME 以及 GOROOT: ```bash export GOPATH=/root/go