summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0df47f7..f81f5d7 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,12 @@ and 'defconfig').
See kconfiglib.py for a longer introduction. The (extensive) documentation is
generated with
- $ pydoc [-w] kconfiglib
+> $ pydoc [-w] kconfiglib
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
(Note: The directory name Kconfiglib/ is significant.)
@@ -24,7 +24,7 @@ manually.
The test suite is run with
- $ python Kconfiglib/kconfigtest.py
+> $ python Kconfiglib/kconfigtest.py
You might want to use the "speedy" option. See kconfigtest.py.