Skip to content

Commit 767cc43

Browse files
committed
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.
1 parent 572dd8f commit 767cc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are a few prerequisites which must be installed on your machine before you
2020
be able to build and run the autograders.
2121

2222
The following command will install all required and optional dependencies on Ubuntu
23-
Linux 20.04 or later:
23+
Linux 24.04 or later:
2424
```shell
2525
$ sudo apt install build-essential git clang-format cppcheck aspell colordiff valgrind
2626
```

0 commit comments

Comments
 (0)