Update join_network.md (#770)

This commit is contained in:
Daniel Choi 2021-02-04 13:36:37 -08:00 committed by GitHub
parent be664839e9
commit 4a1c3e02c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ This document outlines the steps to join the public testnet hosted by [Chainsafe
```bash ```bash
git clone https://github.com/cosmos/ethermint git clone https://github.com/cosmos/ethermint
cd ethermint cd ethermint
git checkout v0.3.1
make install make install
``` ```