Skip to content

Commit 7ab5794

Browse files
author
陌生人
committed
提示安装nodejs和cnpm
1 parent 39c87d7 commit 7ab5794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## 添加规则
55
本wiki使用hexo框架搭建,使用githubpages发布,项目默认位于master分支。新增文章在source/_posts目录下,该目录下的文章会根据路径产生相应的分级,文章请使用markdown编写,图片请采用外链的模式。请注意:
66

7-
- 请各位每次进行提交前务必先执行git pull命令,第一次将项目clone到本地时需要在项目目录执行npm install hexo -g。
7+
- 请各位每次进行提交前务必先执行git pull命令,第一次将项目clone到本地时需要先安装nodejs,然后在项目目录执行npm install hexo -g,不过npm默认源在国外,推荐使用淘宝的镜像使用cnpm,具体请看官方教程:https://developer.aliyun.com/mirror/NPM
88

99
- 每次新增文章请使用hexo new + 文章名的形式,再将其放置到相应目录。
1010

0 commit comments

Comments
 (0)