From 573f847f9bbf5580869a58b0826e6fdb041b3f7d Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Fri, 1 Jul 2022 18:40:30 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d95b3..baca12d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Welcome to Open-Source OS Training Comp 2022(2022年开源操作系统训练 - [rCore Tutorial v3 Guide](https://rcore-os.github.io/rCore-Tutorial-Book-v3/) (2022春季OS课程讲义) - [OS Course Slides in 2022 spring](https://learningos.github.io/os-lectures/)(2022春季OS课程Slides) - [OS Course Videos in 2022 spring](./relatedinfo.md)(2022春季OS课程Videos) -- + First, you can read [Guide](https://learningos.github.io/rust-based-os-comp2022/) to: - (Important) `git clone` this repo. - (Important) setup development environment.