Commit 4b290af0 authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

Docs: Added a pointer to the formatted docs to README



Kernel.org nicely maintains an online copy of the formatted documentation;
tell our users that it exists.

Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9f4a68e4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,7 +6,9 @@ be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

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

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.