From f914fb5bd667be0104c2bf386639783fd56528dc Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Tue, 16 Oct 2018 22:25:31 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ceae0de..0155b4e3 100644 --- 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) * * * -- 2.11.0