Use the correct branches

This commit is contained in:
Taylor Hornby 2019-08-27 11:29:06 -06:00
parent fa2181b4db
commit 7dd88bf03a
1 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ container.
The development environment currently supports building:
- `zcashd`
- `librustzcash` (preview branch)
- `lightwalletd` (preview branch)
- `librustzcash`
- `lightwalletd`
- `zcash-android-wallet-sdk` (preview branch)
- `zcash-android-wallet-poc`
@ -41,7 +41,7 @@ Now, clone all of the projects you want to work on into the `mount/` directory:
cd mount
git clone git@github.com:zcash/zcash.git
git clone git@github.com:zcash-hackworks/lightwalletd.git
git clone git@github.com:str4d/librustzcash.git --branch preview
git clone git@github.com:str4d/librustzcash.git
git clone git@github.com:zcash/zcash-android-wallet-sdk.git --branch preview
git clone git@github.com:zcash/zcash-android-wallet-poc.git
cd ..