Merge pull request #2 from zancas/update_readme_with_current_repo

update clone instruction to use ssh, and current repo
This commit is contained in:
adityapk00
2019-10-16 18:39:05 -07:00
committed by GitHub

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
```