From 7dd88bf03a93ff50e91268f6fae0f2bf3aba6609 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Tue, 27 Aug 2019 11:29:06 -0600 Subject: [PATCH] Use the correct branches --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c30d48e..063a017 100644 --- a/README.md +++ b/README.md @@ -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 ..