Skip to content

Commit

Permalink
Merge PR CosmWasm#42: Remove unneded warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored and alexanderbez committed Jun 12, 2019
1 parent 4eb0679 commit f3b3873
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,14 @@ source ~/.bash_profile

Next, let's install the latest version of Gaia. Make sure you `git checkout` the correct [released version](https://github.com/cosmos/gaia/releases).

::: warning
For the mainnet, make sure your version is greater than `v0.33.0`
:::

::: warning
Older releases up to 0.34.x are available from the [Cosmos SDK releases page](https://github.com/cosmos/cosmos-sdk/releases).
:::


```bash
mkdir -p $GOPATH/src/github.com/cosmos
cd $GOPATH/src/github.com/cosmos
git clone -b <latest-release-tag> https://github.com/cosmos/gaia
cd gaia && make install
```

> *NOTE*: If you have issues at this step, please check that you have the latest stable version of GO installed.
> _NOTE_: If you have issues at this step, please check that you have the latest stable version of GO installed.
That will install the `gaiad` and `gaiacli` binaries. Verify that everything is OK:

Expand Down Expand Up @@ -79,4 +70,4 @@ To test any changes made in the SDK or Tendermint, a `replace` clause needs to b

### Next

Now you can [join the mainnet](./join-mainnet.md), [the public testnet](./join-testnet.md) or [create you own testnet](./deploy-testnet.md)
Now you can [join the mainnet](./join-mainnet.md), [the public testnet](./join-testnet.md) or [create you own testnet](./deploy-testnet.md)

0 comments on commit f3b3873

Please sign in to comment.