summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-08 23:50:40 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-08 23:50:40 +0100
commit5ee9891dd671a82c88ff1fc3faf7c37aed727133 (patch)
treefe9b15e1f7890a49be83c7e962d9f420a74f1736 /README.md
parentff4c871432263ed735d9f42b12a744136dfcb6fb (diff)
Spiffy up README shell commands.
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.