summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index ef41deb..91a6bb2 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,6 @@ extract information, query and set symbol values, and read and write
utilities in the kernel, usually invoked via make targets such as
<i>menuconfig</i> and <i>defconfig</i>.
-The (extensive) documentation is generated with
-
-> $ pydoc [-w] kconfiglib
-
## Installation ##
Installation instructions for the Linux kernel (in the kernel root):
@@ -27,6 +23,17 @@ Linux 3.7.0).
Please tell me if the patch does not apply. It should be trivial to apply
manually.
+## Documentation ##
+
+The (extensive) documentation is generated by running
+
+> $ pydoc kconfiglib
+
+in the <i>Kconfiglib/</i> directory. For HTML output,
+use
+
+> $ pydoc -w kconfiglib
+
## Test suite ##
The test suite is run with