From b1d8a40eaffc3e51bebc4e2fcb79d47d9001142b Mon Sep 17 00:00:00 2001 From: stefan911 Date: Fri, 2 Dec 2022 15:35:37 +0200 Subject: [PATCH] Modified pull link destination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf9983..3df55ff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ sudo go install github.com/gohugoio/hugo@latest ## How to build First, pull the root directory to your filesystem: ```sh -$ git pull https://github.com/Stefan9110/elpengu.git +$ git pull https://git.elpengu.com/stefan911/elpengu.git $ cd elpengu/ ``` Using hugo, this site can be easily built using: