From d65f8f63e78ce270a45a2ae98974dce3aeae61b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 17 Apr 2022 02:27:38 +0300 Subject: [PATCH] docs(readme): add instructions for installing kernel docs on Fedora --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6f0b63..052700f 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ However, this means you need to: - either install the kernel documentation package (based on your distribution) - on Arch Linux: `pacman -S linux-docs` - on Debian/Ubuntu: `apt-get install linux-doc` + - on Fedora: `dnf install kernel-doc` - or explicitly specify the path of the [kernel documentation](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide). ```sh