From e6177e0fde4f3e3413c1c237c0ff9a8f55398687 Mon Sep 17 00:00:00 2001 From: Milad Irannejad Date: Tue, 19 Mar 2019 08:39:00 -0400 Subject: [PATCH] Update Readme.md (#56) Change git submodules link to English version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8956a..341abb7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Run this command from the root of your Hugo directory: $ git clone https://github.com/Track3/hermit.git themes/hermit ``` -Or, if your Hugo site is already in git, you can include this repository as a [git submodule](https://git-scm.com/book/de/v1/Git-Tools-Submodule). This makes it easier to update this theme. For this you need to run: +Or, if your Hugo site is already in git, you can include this repository as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules). This makes it easier to update this theme. For this you need to run: ```bash $ git submodule add https://github.com/Track3/hermit.git themes/hermit