From 767cc43fb6f22cc30194708cf5938d173a96738b Mon Sep 17 00:00:00 2001 From: Eric Chou Date: Sun, 9 Mar 2025 04:12:58 +0800 Subject: [PATCH] Update Linux version requirement in README Change required Linux version from Ubuntu 20.04 or later to Ubuntu 24.04 or later in README, aligning with the 2025 Linux Kernel Implementation lab0 website specifications. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b55385bf9..a9d8f520a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There are a few prerequisites which must be installed on your machine before you be able to build and run the autograders. The following command will install all required and optional dependencies on Ubuntu -Linux 20.04 or later: +Linux 24.04 or later: ```shell $ sudo apt install build-essential git clang-format cppcheck aspell colordiff valgrind ```