Skip to content

Commit

Permalink
Merge branch 'update-09-14-2020' into 'master'
Browse files Browse the repository at this point in the history
add ./zcutil/clean.sh before each ./zcutil/build.sh line

See merge request zcash-docs/zcash-docs!207
  • Loading branch information
lindanlee committed Sep 14, 2020
2 parents d5b5ed2 + 63428cc commit 45de3ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/rtd_pages/Debian-Ubuntu-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ There are multiple ways to download dependencies and build Zcashd & Zcash-cli. W
Then building Zcashd & Zcash-cli:

```
./zcutil/clean.sh
./zcutil/build.sh -j$(nproc)
```

Expand Down
1 change: 1 addition & 0 deletions source/rtd_pages/Linux-misc-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Currently, the only way to install Zcashd & Zcash-cli on Linux is to build from

1. Build Zcashd & Zcash-cli
```
./zcutil/clean.sh
./zcutil/build.sh -j$(nproc)
```

Expand Down
1 change: 1 addition & 0 deletions source/rtd_pages/OSx-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Currently, the only way to install Zcashd & Zcash-cli on OSx is to build from so

1. Build Zcashd & Zcash-cli
```
./zcutil/clean.sh
./zcutil/build.sh -j$(nproc)
```

Expand Down

0 comments on commit 45de3ea

Please sign in to comment.