Skip to content

Commit

Permalink
remove gopath set
Browse files Browse the repository at this point in the history
  • Loading branch information
qywang2012 committed Jun 29, 2020
1 parent 460cde0 commit 36fe2c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/go-nebulas/tutorials/01-installation.md
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 36fe2c7

Please sign in to comment.