Compare commits

...

4 commits

Author SHA1 Message Date
Arsalan Mohseni
1b14bbdccf
Merge e7f67f0eb3 into e42b1a9a25 2024-10-29 19:02:03 +08:00
Arsalan Mohseni
e7f67f0eb3
Create README.md 2024-10-05 18:29:31 +03:30
Arsalan Mohseni
87a001182b
Delete README to change format to md 2024-10-05 18:28:21 +03:30
Arsalan Mohseni
1df83a1719
Fixed lint errors of README 2024-10-05 18:24:08 +03:30

View file

@ -1,14 +1,11 @@
Linux kernel # Linux kernel
============
There are several guides for kernel developers and users. These guides can There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first. Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at: ``make pdfdocs``. The formatted documentation can also be read online at [here](https://www.kernel.org/doc/html/latest/)
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory, There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation. several of them using the reStructuredText markup notation.