Merge pull request #212 from tylerfanelli/dnf_notes

headers: Update header installation for Fedora
This commit is contained in:
Jim Huang 2023-07-08 12:11:00 +08:00 committed by GitHub
commit 433d031ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,6 +215,11 @@ On Arch Linux:
sudo pacman -S linux-headers
\end{codebash}
On Fedora:
\begin{codebash}
sudo dnf install kernel-devel kernel-headers
\end{codebash}
\section{Examples}
\label{sec:examples}
All the examples from this document are available within the \verb|examples| subdirectory.