mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
docs: fix build instructions (#4123)
This commit is contained in:
@@ -18,7 +18,12 @@ To download pre-built binaries, see the [releases page](https://github.com/tende
|
||||
## From Source
|
||||
|
||||
You'll need `go` [installed](https://golang.org/doc/install) and the required
|
||||
[environment variables set](https://github.com/tendermint/tendermint/wiki/Setting-GOPATH)
|
||||
environment variables set, which can be done with the following commands:
|
||||
```bash
|
||||
echo export GOPATH=\"\$HOME/go\" >> ~/.bash_profile
|
||||
echo export PATH=\"\$PATH:\$GOPATH/bin\" >> ~/.bash_profile
|
||||
echo export GO111MODULE=on >> ~/.bash_profile
|
||||
```
|
||||
|
||||
### Get Source Code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user