From f986322948bd1f8d6ec58dacb83003bacb7d640f Mon Sep 17 00:00:00 2001 From: Matthias Wright Date: Wed, 31 Aug 2022 02:30:45 +0200 Subject: [PATCH] Fixed typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eba7d89..e255735 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Go [here](https://github.com/matthias-wright/ghorbu-wallet/releases). ## Build 1. Install the prerequisites: https://tauri.app/v1/guides/getting-started/prerequisites -2. `git clone https://github.com/matthias-wright/ghorbu-wallet` +2. `git clone https://github.com/matthias-wright/ghorbu-wallet.git` 3. `cd ghorbu-wallet` 4. `npm install` 5. `cargo install tauri-cli` @@ -44,4 +44,4 @@ Go [here](https://github.com/matthias-wright/ghorbu-wallet/releases). * [CIP-2](https://cips.cardano.org/cips/cip2/) ## License -[GPL-3.0](https://opensource.org/licenses/GPL-3.0) \ No newline at end of file +[GPL-3.0](https://opensource.org/licenses/GPL-3.0)