mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
docs: automate installation of asciidcotor ruby dependency with ./build
This commit is contained in:
15
README.adoc
15
README.adoc
@@ -15228,13 +15228,18 @@ but note that this does not include script specific options.
|
||||
|
||||
=== Build the documentation
|
||||
|
||||
You don't need to depend on GitHub:
|
||||
You don't need to depend on GitHub. To build the first time use:
|
||||
|
||||
....
|
||||
sudo apt-get install rubygems
|
||||
sudo gem install asciidoctor -v 2.0.10
|
||||
./build-doc
|
||||
xdg-open out/README.html
|
||||
./build --download-dependencies docs
|
||||
....
|
||||
|
||||
which also downloads build dependencies.
|
||||
|
||||
Then the following times just to the faster:
|
||||
|
||||
....
|
||||
./build-docs
|
||||
....
|
||||
|
||||
Source: link:build-doc[]
|
||||
|
||||
Reference in New Issue
Block a user