From 36fe2c74a5a53a7c1213dad9f183d8af68630ab9 Mon Sep 17 00:00:00 2001 From: Larry Wang Date: Mon, 29 Jun 2020 23:42:08 +0800 Subject: [PATCH] remove gopath set --- docs/go-nebulas/tutorials/01-installation.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/go-nebulas/tutorials/01-installation.md b/docs/go-nebulas/tutorials/01-installation.md index b959d32..45b6166 100644 --- a/docs/go-nebulas/tutorials/01-installation.md +++ b/docs/go-nebulas/tutorials/01-installation.md @@ -32,8 +32,6 @@ Nebulas is implemented in Golang and C++. # install brew install go -# environment variables -export GOPATH=/path/to/workspace ``` > Note: GOPATH is a local golang working directory which could be decided by youself. After GOPATH is configured, your go projects need to be placed in GOPATH directory. @@ -49,7 +47,6 @@ tar -C /usr/local -xzf go1.14.1.linux-amd64.tar.gz # environment variables export PATH=$PATH:/usr/local/go/bin -export GOPATH=/path/to/workspace ``` ## Compile Nebulas