From c8ac1a334448e6d2af8643a3fcb022dab560157f Mon Sep 17 00:00:00 2001 From: Daniel Choi <13338103+araskachoi@users.noreply.github.com> Date: Wed, 3 Feb 2021 15:01:59 -0800 Subject: [PATCH] Update join_network.md --- 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 12ede0378..e2ac886d0 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 ```