From 4a1c3e02c944716d5a1fb4e8261cca07d18525bc Mon Sep 17 00:00:00 2001 From: Daniel Choi <13338103+araskachoi@users.noreply.github.com> Date: Thu, 4 Feb 2021 13:36:37 -0800 Subject: [PATCH] Update join_network.md (#770) --- docs/guides/join_network.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/join_network.md b/docs/guides/join_network.md index 12ede037..e2ac886d 100644 --- a/docs/guides/join_network.md +++ b/docs/guides/join_network.md @@ -13,6 +13,7 @@ This document outlines the steps to join the public testnet hosted by [Chainsafe ```bash git clone https://github.com/cosmos/ethermint cd ethermint + git checkout v0.3.1 make install ```