From e5893017d99343cdfd55027cc817ce1292cd96d3 Mon Sep 17 00:00:00 2001
From: Erfan Alimohammadi
Date: Thu, 25 Feb 2021 08:00:22 +0330
Subject: [PATCH] Fix typo in the installation part
Three changes have been made:
1) github -> github.com
2) alireza-ahamdi -> alireza-ahmadi
3) Add -v flag due to slow installation
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 33dabbe..bba516c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You can download the latest version of **Hoor** from [Releases](https://github.c
page. Also, if you already installed Golang toolchain, you can install hoor by running
the following command:
- go get github/alireza-ahamdi/hoor
+ go get -v github.com/alireza-ahmadi/hoor
## Usage
@@ -125,4 +125,4 @@ in the issues page.
## Credits
-**Hoor** is built upon [Hugo](https://github.com/spf13/hugo) and [ptime](https://github.com/yaa110/go-persian-calendar).
\ No newline at end of file
+**Hoor** is built upon [Hugo](https://github.com/spf13/hugo) and [ptime](https://github.com/yaa110/go-persian-calendar).