From 3076d0450fc407fe889419fa4338cd2752f42214 Mon Sep 17 00:00:00 2001 From: chinagzcp Date: Sun, 8 Dec 2019 16:36:41 +0800 Subject: [PATCH] bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复git地址引用错误 增加hexo-server模块安装命令 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 119451a..83e749b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ git clone https://github.com/CatLib/catlib-cn.io.git - 安装项目依赖包 ```shell -$ cd catlib-cn.io && npm install && npm install -g hexo-cli +$ cd catlib-cn.io && npm install && npm install -g hexo-cli && npm install hexo-server --save ``` - 启动开发者服务器