Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Adjust scripts/docs for lotus main as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoares committed Aug 4, 2023
1 parent 19d1d51 commit dc22a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart-calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-spacenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_infra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dc22a08

Please sign in to comment.