From 768dc8aad664ca6e0d0883d7d12f5997240e4a87 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 30 Sep 2022 15:46:43 +0800 Subject: [PATCH] :memo: Docs: update clone command --- CONTRIBUTING.md | 3 +-- README.md | 4 ++-- README.zh-cn.md | 4 ++-- docs | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72893119..d15f39ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,8 +5,7 @@ First, fork this repository by clicking the fork button. Next, clone your forked repo. ``` -git clone https://github.com/example/FixIt.git -cd FixIt +git clone --recursive https://github.com/hugo-fixit/FixIt.git && cd FixIt ``` Then, install the dev dependencies. diff --git a/README.md b/README.md index ea375581..88d7324c 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Head to this [documentation page](https://fixit.lruihao.cn/theme-documentation-b Or run [Documentation Site](https://fixit.lruihao.cn) locally: ```bash -git clone --recursive https://github.com/hugo-fixit/FixIt.git FixIt -cd FixIt +git clone --recursive https://github.com/hugo-fixit/FixIt.git && cd FixIt + hugo server --source=docs ``` diff --git a/README.zh-cn.md b/README.zh-cn.md index 8f4345e0..857f41dc 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -23,8 +23,8 @@ FixIt 主题继承了这些主题的优秀功能,并在此基础上添加了 > Gitee 镜像仓库: ```bash -git clone --recursive https://github.com/hugo-fixit/FixIt.git FixIt -cd FixIt +git clone --recursive https://github.com/hugo-fixit/FixIt.git && cd FixIt + hugo server --source=docs ``` diff --git a/docs b/docs index 6e4505f3..633f0870 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 6e4505f3fd0b7d8393acf0746abba3e0914e00c1 +Subproject commit 633f0870b8c2ee15d694ff645dc7b623afb20c44