diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,8 +10,8 @@ utilities in the kernel, usually invoked via make targets such as Installation instructions for the Linux kernel (in the kernel root): -> $ git clone git://github.com/ulfalizer/Kconfiglib.git -> $ git am Kconfiglib/makefile.patch + $ git clone git://github.com/ulfalizer/Kconfiglib.git + $ git am Kconfiglib/makefile.patch <i>(Note: The directory name Kconfiglib/ is significant.)</i> @@ -27,12 +27,12 @@ manually. The (extensive) documentation is generated by running -> $ pydoc kconfiglib + $ pydoc kconfiglib in the <i>Kconfiglib/</i> directory. For HTML output, use -> $ pydoc -w kconfiglib + $ pydoc -w kconfiglib ## Examples ## @@ -43,7 +43,7 @@ of Kconfiglib. See the documentation for how to run them. The test suite is run with -> $ python Kconfiglib/testsuite.py + $ python Kconfiglib/testsuite.py It comprises a set of selftests and a set of compatibility tests that compare configurations generated by Kconfiglib with configurations generated by |
