From c4f94d867753e7fb914e1e787d3ff9fa62e9f96e Mon Sep 17 00:00:00 2001 From: Madhav Goyal <88841339+hydrogenbond007@users.noreply.github.com> Date: Mon, 8 May 2023 10:59:51 +0530 Subject: [PATCH] Router-chain.git not present Hey i think there is a mistake unable to install or find the router chain core. --- docs/router-core/routerd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/router-core/routerd.md b/docs/router-core/routerd.md index ad41e303..d74e973e 100644 --- a/docs/router-core/routerd.md +++ b/docs/router-core/routerd.md @@ -10,6 +10,7 @@ sidebar_position: 2 To install `routerd` and interact with the Router Core without running a node, run the following commands on your terminal/cmd: ```bash git clone https://github.com/router-protocol/router-chain.git +// router-chain.git to be released yet cd router-chain git checkout dev make install