mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 06:15:19 +00:00
docs: cleanup (#5252)
This commit is contained in:
@@ -13,10 +13,9 @@ To download pre-built binaries, see the [releases page](https://github.com/tende
|
||||
You'll need `go` [installed](https://golang.org/doc/install) and the required
|
||||
environment variables set, which can be done with the following commands:
|
||||
|
||||
```bash
|
||||
```sh
|
||||
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