From 9151869e97cf5da8b60601d46294934aab0d71ba Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Tue, 30 Jan 2024 21:12:46 +0800 Subject: [PATCH] IMPROVEMENT add the hugo version requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3eab3a..614a29f 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,12 @@ note: ### 安装 +**注意:** 主题的使用需要安装 extended 版本的 Hugo,详见 [https://gohugo.io/installation/](https://gohugo.io/installation/) ```bash $ hugo new site my_moments_name $ cd my_moments_name -$ git clone https://github.com/FarseaSH/hugo-theme-moments themes/moments +$ git clone https://github.com/FarseaSH/hugo-theme-moments.git themes/moments ``` ### 第一次配置