update guide for github classroom

This commit is contained in:
Yu Chen
2022-06-28 20:23:44 +08:00
parent a957006b62
commit a48999b466
9 changed files with 34 additions and 11 deletions

View File

@@ -36,7 +36,8 @@
$ git clone https://github.com/LearningOS/rust-based-os-comp2022.git
$ cd rust-based-os-comp2022/
$ make setupclassroom //注意这一步很重要是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次以后一般就不用执行了除非 .github/workflows/classroom.yml发生了变化。
在 qemu 模拟器上运行 `lab1(os3)参考框架: <https://github.com/LearningOS/rust-based-os-comp2022/tree/main/os3-ref>`_
.. code-block:: console