OSDN Git Service

Update README.md
authorIr1dXD <sirius.caffrey@gmail.com>
Tue, 16 Oct 2018 14:25:31 +0000 (22:25 +0800)
committerGitHub <noreply@github.com>
Tue, 16 Oct 2018 14:25:31 +0000 (22:25 +0800)
README.md

index 6ceae0d..0155b4e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ cd OI-wiki
 pip install -U -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
 
 # 使用我们的自定义主题(不是必须执行)
-chmod +x ./build.sh && ./build.sh
+chmod +x ./scripts/build.sh && ./scripts/build.sh
 
 # 最简单的构建方法,会在 site 文件夹下得到静态页面
 mkdocs build -v
@@ -57,7 +57,7 @@ mkdocs build -v
 mkdocs serve -v
 ```
 
-我们现在在服务器端渲染 mathjax ,如果希望实现类似效果,可以参考 [netlify_build.sh](https://github.com/24OI/OI-wiki/blob/master/netlify_build.sh)。(需要安装 Node.js)
+我们现在在服务器端渲染 mathjax ,如果希望实现类似效果,可以参考 [netlify_build.sh](https://github.com/24OI/OI-wiki/blob/master/scripts/netlify_build.sh)。(需要安装 Node.js)
 
 * * *