Merge PR #3891: Fix link to genesis

This commit is contained in:
Karoly Albert Szabo 2019-03-14 17:09:39 +01:00 committed by Christopher Goes
parent 7e53da86ee
commit 48b6b3884f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Fetch the testnet's `genesis.json` file into `gaiad`'s config directory.
```bash
mkdir -p $HOME/.gaiad/config
curl https://raw.githubusercontent.com/cosmos/launch/master/latest/genesis.json > $HOME/.gaiad/config/genesis.json
curl https://raw.githubusercontent.com/cosmos/launch/master/genesis.json > $HOME/.gaiad/config/genesis.json
```
Note we use the `latest` directory in the [launch repo](https://github.com/cosmos/launch) which contains details for the mainnet like the latest version and the genesis file.