Skip to content

Commit c14ea22

Browse files
author
Jacob Heun
authored
docs: add clean to the make build commands (#40)
1 parent d35da12 commit c14ea22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

getting-started/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export FFI_BUILD_FROM_SOURCE=1
7272
git clone https://github.com/filecoin-project/boost
7373
cd boost
7474
git checkout <Stable tag or branch>
75-
make build
75+
make clean build
7676
sudo make install
7777
```
7878

@@ -85,7 +85,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
8585
git clone https://github.com/filecoin-project/boost
8686
cd boost
8787
git checkout <Stable tag or branch>
88-
make build
88+
make clean build
8989
sudo make install
9090
```
9191

@@ -99,7 +99,7 @@ To build boost for calibnet, please complete the above pre-requisites and build
9999
git clone https://github.com/filecoin-project/boost
100100
cd boost
101101
git checkout <Stable tag or branch>
102-
make calibnet
102+
make clean calibnet
103103
```
104104

105105
### Upgrading Boost
@@ -113,7 +113,7 @@ cd boost
113113
git checkout main
114114
git pull
115115
git checkout <New release>
116-
make build
116+
make clean build
117117
sudo make install
118118
```
119119

@@ -131,7 +131,7 @@ cd boost
131131
git checkout main
132132
git pull
133133
git checkout <New release>
134-
make build
134+
make clean build
135135
sudo make install
136136
```
137137

0 commit comments

Comments
 (0)