You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,15 +211,15 @@ Note also that the provider address is `t01000` and you will need to supply an a
211
211
1. Build images from the root of the Boost repository
212
212
213
213
```
214
-
make docker/all
214
+
make clean docker/all
215
215
```
216
216
217
217
On ARM-based systems (*Apple M1/M2*) you need to force building Filecoin's Rust libraries from the source
218
218
```
219
-
make docker/all ffi_from_source=1 build_lotus=1
219
+
make clean docker/all ffi_from_source=1 build_lotus=1
220
220
```
221
221
222
-
If you need to build containers using a specific version of lotus then provide the version as a parameter, e.g. `make docker/all lotus_version=v1.20.0-rc2 build_lotus=1`. The version must be a tag or a remote branch name of [Lotus git repo](https://github.com/filecoin-project/lotus).
222
+
If you need to build containers using a specific version of lotus then provide the version as a parameter, e.g. `make clean docker/all lotus_version=v1.20.0-rc2 build_lotus=1`. The version must be a tag or a remote branch name of [Lotus git repo](https://github.com/filecoin-project/lotus).
223
223
224
224
### Start devnet docker stack
225
225
@@ -235,7 +235,7 @@ The initial setup could take up to 20 min or more as it needs to download Fileco
235
235
236
236
2. Try opening the Boost GUI http://localhost:8080 . Devnet is ready to operate when the URL opens and indicates no errors on the startup page.
237
237
238
-
You can inspect the status using `docker compose logs -f`.
238
+
You can inspect the status using `cd docker/devnet && docker compose logs -f`.
0 commit comments