From 56c388987123d1dd4f2e313c7ec0eaea49b94493 Mon Sep 17 00:00:00 2001 From: aditya Date: Sun, 11 Jun 2023 15:30:13 +0530 Subject: [PATCH] update remote URL README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78307a9..b93572d 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ See [issue #210](https://github.com/victoriadrake/hugo-theme-introduction/issues Run from the root of your Hugo site: ```sh -git clone https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction +git clone https://gitea.adityakumar.xyz/aditya/hugo-theme-introduction.git themes/introduction ``` Alternatively, you can include this repository as a [git submodule](https://git-scm.com/docs/gitsubmodules). This makes it easier to update this theme if you have your Hugo site in git as well: ```sh -git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction +git submodule add https://gitea.adityakumar.xyz/aditya/hugo-theme-introduction.git themes/introduction ``` ## Preview the theme