diff options
author | Jonathan Corbet <corbet@lwn.net> | 2018-03-21 09:02:53 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-21 09:02:53 -0600 |
commit | 4b290af0b3a4cca68eaf80f8cf44d3cda3fe6744 (patch) | |
tree | 68517e76de675fe2dd752db16471ac2ac70ad143 /README | |
parent | 9f4a68e416a5930a0f8024453a84afa25134c1a0 (diff) | |
download | linux-rt-4b290af0b3a4cca68eaf80f8cf44d3cda3fe6744.tar.gz |
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: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |