Skip to content

Commit a73c877

Browse files
committed
Update README for 2024A
1 parent f29059d commit a73c877

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Course project for THU-OS.
1616

1717
```bash
1818
# 清华 git 使用 https
19-
git clone https://git.tsinghua.edu.cn/os-lab/2024S/public/ucore-tutorial-test-2024S.git user
19+
git clone https://git.tsinghua.edu.cn/os-lab/2024A/public/ucore-tutorial-test-2024A.git user
2020
# 清华 git 使用 ssh
21-
git clone [email protected]:os-lab/2024S/public/ucore-tutorial-test-2024S.git user
21+
git clone [email protected]:os-lab/2024A/public/ucore-tutorial-test-2024A.git user
2222
# GitHub 使用 https
23-
git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024S.git user
23+
git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024A.git user
2424
# GitHub 使用 ssh
25-
git clone [email protected]:LearningOS/uCore-Tutorial-Test-2024S.git user
25+
git clone [email protected]:LearningOS/uCore-Tutorial-Test-2024A.git user
2626
```
2727

2828
注意:`user` 已添加至 `.gitignore`,你无需将其提交,ci 也不会使用它

0 commit comments

Comments
 (0)