Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the README Format. #649

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions README

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Linux kernel

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
[Documentation/admin-guide/README.rst](https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/README.rst) first.

In order to build the documentation, use ```make htmldocs``` or ```make pdfdocs```.
The formatted documentation can also be read online at:

[https://www.kernel.org/doc/html/latest/](https://www.kernel.org/doc/html/latest/)

There are various text files in the [Documentation/](https://github.com/torvalds/linux/tree/master/Documentation) subdirectory,
several of them using the Restructured Text markup notation.

Please read the [Documentation/process/changes.rst](https://github.com/torvalds/linux/blob/master/Documentation/process/changes.rst) file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.