Browse Source

update clone instruction to use ssh, and current repo

pull/5/head
Za Wilcox 5 years ago
parent
commit
2243bc33ed
No known key found for this signature in database GPG Key ID: CCF0F40AA11A8DBE
  1. 2
      README.md

2
README.md

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

Loading…
Cancel
Save