Merge PR #4268: Update Gaia Installation Docs
This commit is contained in:
parent
1cfc868d86
commit
40f3fdf0f9
@ -20,9 +20,7 @@ source ~/.bash_profile
|
||||
|
||||
### Install the binaries
|
||||
|
||||
Next, let's install the latest version of Gaia. Here we'll use the `master` branch, which contains the latest stable release.
|
||||
If necessary, make sure you `git checkout` the correct
|
||||
[released version](https://github.com/cosmos/cosmos-sdk/releases).
|
||||
Next, let's install the latest version of Gaia. Make sure you `git checkout` the correct [released version](https://github.com/cosmos/cosmos-sdk/releases).
|
||||
|
||||
::: warning
|
||||
For the mainnet, make sure your version if greater than `v0.33.0`
|
||||
@ -32,7 +30,7 @@ For the mainnet, make sure your version if greater than `v0.33.0`
|
||||
mkdir -p $GOPATH/src/github.com/cosmos
|
||||
cd $GOPATH/src/github.com/cosmos
|
||||
git clone https://github.com/cosmos/cosmos-sdk
|
||||
cd cosmos-sdk && git checkout master
|
||||
cd cosmos-sdk && git checkout <latest-release-tag>
|
||||
make tools install
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user