From 3127a209c2dba3a6aa25a4582ff4a240ad175a6b Mon Sep 17 00:00:00 2001 From: BrianLiu <125264650+brianLiu0405@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:05:04 +0800 Subject: [PATCH] Update README.org modify 2023 -> 2024 --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a77151714..cf4f47a15 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -#+TITLE: Operating Systems Capstone 2023 +#+TITLE: Operating Systems Capstone 2024 #+OPTIONS: toc:nil This repository is used for homework submission. @@ -37,7 +37,7 @@ If you cannot find your branch, ask TAs for help. #+BEGIN_SRC shell git clone - cd osc2023 + cd osc2024 git checkout --track origin/ #+END_SRC