From 46ff40d1f462a500ee6ae833b9f318c737c521fa Mon Sep 17 00:00:00 2001 From: Soper Aylamo Date: Fri, 22 Oct 2021 02:23:02 -0400 Subject: [PATCH] Updating README install guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 052730c..bc7f965 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Navigate to your hugo project root and run: ``` -git submodule add https://github.com/alex-shpak/hugo-book themes/book +git submodule add https://git.soper.xyz/Soper/hugo-book themes/book ``` Then run hugo (or set `theme = "book"`/`theme: book` in configuration file)