From 496cf0ff288bbd18517ebcbe5ce0e165bf9ca8e7 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 24 Apr 2017 18:59:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3342151..516cd4b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CLI for Acronis Notary created to verify Merkle Tree and Merkle Patricia Tree ro ## Installation -1. Clone the repository `mkdir verifyhash && git clone git@github.com:acronis/notary-verifyhash.git verifyhash && cd verifyhash` +1. Clone the repository `mkdir verifyhash && git clone https://github.com/acronis/notary-verifyhash.git verifyhash && cd verifyhash` 2. Build and install dependencies `go get -d ./... && go install` ## How to use