Skip to content

Commit 5070cb2

Browse files
authored
Merge d967f04 into bfdc6d9
2 parents bfdc6d9 + d967f04 commit 5070cb2

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

README

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Linux kernel
2+
3+
There are several guides for kernel developers and users. These guides can
4+
be rendered in a number of formats, like HTML and PDF. Please read
5+
[Documentation/admin-guide/README.rst](https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/README.rst) first.
6+
7+
In order to build the documentation, use ```make htmldocs``` or ```make pdfdocs```.
8+
The formatted documentation can also be read online at:
9+
10+
[https://www.kernel.org/doc/html/latest/](https://www.kernel.org/doc/html/latest/)
11+
12+
There are various text files in the [Documentation/](https://github.com/torvalds/linux/tree/master/Documentation) subdirectory,
13+
several of them using the Restructured Text markup notation.
14+
15+
Please read the [Documentation/process/changes.rst](https://github.com/torvalds/linux/blob/master/Documentation/process/changes.rst) file, as it contains the
16+
requirements for building and running the kernel, and information about
17+
the problems which may result by upgrading your kernel.

0 commit comments

Comments
 (0)