update clone instruction to use ssh, and current repo

This commit is contained in:
Za Wilcox 2019-10-16 18:03:33 -06:00
parent 91de0220ab
commit 2243bc33ed
No known key found for this signature in database
GPG Key ID: CCF0F40AA11A8DBE

View File

@ -34,7 +34,7 @@ Zecwallet-CLI does automatic note and utxo management, which means it doesn't al
* Run `rustup update` to get the latest version of Rust if you already have it installed
```
git clone https://github.com/adityapk00/lightwalletclient.git
git clone git@github.com:adityapk00/zecwallet-light-cli.git
cargo build --release
./target/release/zecwallet-cli
```