From fbccd9a7cfab541b6dc2d6814ae3efa4be661636 Mon Sep 17 00:00:00 2001 From: Yukiteru Lee Date: Mon, 27 Jul 2020 10:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=86=99=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) mode change 120000 => 100644 README.md diff --git a/README.md b/README.md deleted file mode 120000 index 95cf2af..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -docs/src/README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..05c2959 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# zCore Tutorial + +## 仓库目录 + +* `docs/`: 教学实验指导 +* `zcore`: 操作系统代码 + +## 实验指导 + +基于 mdBook,目前目前已经部署到了 [GitHub Pages](https://rcore-os.github.io/zCore-Tutorial/) 上面。 + +### 文档本地使用方法 + +```bash +git clone https://github.com/rcore-os/zCore-Tutorial.git +cd zCore-Tutorial +cargo install mdbook +mdbook serve docs +``` +