From 40f3fdf0f937050c0364ac32722b27ca091ad964 Mon Sep 17 00:00:00 2001 From: Hans Schoenburg Date: Sat, 4 May 2019 07:03:22 -0700 Subject: [PATCH] Merge PR #4268: Update Gaia Installation Docs --- docs/cosmos-hub/installation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ```