From 2243bc33ed5ca0a551ad8859f007ad23d08a7ed0 Mon Sep 17 00:00:00 2001 From: Za Wilcox Date: Wed, 16 Oct 2019 18:03:33 -0600 Subject: [PATCH] update clone instruction to use ssh, and current repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d26ff89..658fd41 100644 --- a/README.md +++ b/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 ```