From dc22a08e941d6b04e096e7557a48f71cb21db2ac Mon Sep 17 00:00:00 2001 From: Jorge Soares <547492+jsoares@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:30:23 +0200 Subject: [PATCH] Adjust scripts/docs for lotus main as default --- docs/quickstart-calibration.md | 2 +- docs/quickstart-spacenet.md | 2 +- scripts/install_infra.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart-calibration.md b/docs/quickstart-calibration.md index ce35763a..5cd656e0 100644 --- a/docs/quickstart-calibration.md +++ b/docs/quickstart-calibration.md @@ -249,7 +249,7 @@ echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc && source ~/.bashrc * Download and compile eudico (might take a while) ```bash -git clone --branch spacenet https://github.com/consensus-shipyard/lotus.git +git clone https://github.com/consensus-shipyard/lotus.git (cd lotus && make spacenet && make lotus-gateway) ``` diff --git a/docs/quickstart-spacenet.md b/docs/quickstart-spacenet.md index 85267a54..6a525449 100644 --- a/docs/quickstart-spacenet.md +++ b/docs/quickstart-spacenet.md @@ -59,7 +59,7 @@ git clone https://github.com/consensus-shipyard/ipc-agent.git ``` * Download and compile eudico (might take a while) ```bash -git clone --branch spacenet https://github.com/consensus-shipyard/lotus.git +git clone https://github.com/consensus-shipyard/lotus.git (cd lotus && make spacenet) ``` diff --git a/scripts/install_infra.sh b/scripts/install_infra.sh index cc92dd5a..bf846c0f 100755 --- a/scripts/install_infra.sh +++ b/scripts/install_infra.sh @@ -6,7 +6,7 @@ set -e rm -rf ./lotus -git clone --branch spacenet https://github.com/consensus-shipyard/lotus.git +git clone https://github.com/consensus-shipyard/lotus.git cd ./lotus uname=$(uname);