README: recommend using blob/README.adoc as well to see full README

Document quick and dirty manual asciidoctor setup.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-18 00:00:00 +00:00
parent a61dea2743
commit e7bcb38002

View File

@@ -15,7 +15,7 @@
TL;DR: <<qemu-buildroot-setup-getting-started>>
The source code for this page is located at: https://github.com/cirosantilli/linux-kernel-module-cheat[]. Due to https://github.com/isaacs/github/issues/1610[a GitHub limitation], this README is too long and not fully rendered on github.com. Either use: https://cirosantilli.com/linux-kernel-module-cheat or <<build-the-documentation,build the docs yourself>>.
The source code for this page is located at: https://github.com/cirosantilli/linux-kernel-module-cheat[]. Due to https://github.com/isaacs/github/issues/1610[a GitHub limitation], this README is too long and not fully rendered on github.com. Either use: link:README.adoc[], https://cirosantilli.com/linux-kernel-module-cheat or <<build-the-documentation,build the docs yourself>>.
toc::[]
@@ -16026,7 +16026,16 @@ but note that this does not include script specific options.
You don't need to depend on GitHub.
To build the first time use:
For a quick and dirty build, install https://asciidoctor.org/[Asciidoctor] however you like and build:
....
asciidotor README.adoc
xdg-open README.html
....
For development, you will want to do a more controlled build with extra error checking as follows.
For the initial build do:
....
./build --download-dependencies docs
@@ -16042,7 +16051,7 @@ Then the following times just to the faster:
Source: link:build-doc[]
Then just open the HTML output at:
The HTML output is located at:
....
xdg-open out/README.html