diff options
| author | ulfalizer <ulfalizer@gmail.com> | 2013-09-27 00:34:37 +0200 |
|---|---|---|
| committer | ulfalizer <ulfalizer@gmail.com> | 2013-09-27 00:34:37 +0200 |
| commit | ce84c22e58fa59cb93679d4ead03c3cd1387965e (patch) | |
| tree | 1542a9f6b2e554a8df3ab587648d5bfafd847339 /README.md | |
| parent | 06309e301b0008605c4f2c5ad1d3a07276e3865c (diff) | |
Improve formatting of command lines.
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 |
