From 3036de82522b996df92e7b8659c2342786dfe3f5 Mon Sep 17 00:00:00 2001 From: fatratkiller <151895782+fatratkiller@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:15:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9689a7e..d59c549 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can directly clone a theme repository into your project. For example, to use ``git clone https://github.com/xiaoheiAh/hugo-theme-pure themes/pure`` This method might lead to conflicts if you modify the theme later. A more recommended approach is to fork the original theme repository to your account and link it using git submodule, allowing for easier maintenance and updates. ``` -cd robin-site/ +cd fatratkiller-site/ git init git submodule add https://github.com/pseudoyu/pure themes/pure ```