diff --git a/docs/cosmos-hub/installation.md b/docs/cosmos-hub/installation.md index 6524513bcb..ae17a9666e 100644 --- a/docs/cosmos-hub/installation.md +++ b/docs/cosmos-hub/installation.md @@ -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 make tools install ```