summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Haenel <valentin.haenel@gmx.de>2013-03-26 00:24:50 +0100
committerValentin Haenel <valentin.haenel@gmx.de>2013-03-26 00:24:50 +0100
commit287db5a0e17b36dbed21783d5bcc94ae3334b14e (patch)
treeb05b5def72bd0d152c3490610240b4dfb3e2f757
parentd78981999964ed141a8cf2da50c92cf58092d9d6 (diff)
downloadgitpython-287db5a0e17b36dbed21783d5bcc94ae3334b14e.tar.gz
proper synatx highlighting for shell commands
-rw-r--r--README.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c0c1542c..de821942 100644
--- a/README.rst
+++ b/README.rst
@@ -19,11 +19,15 @@ INSTALL
=======
If you have downloaded the source code:
- python setup.py install
+.. code-block:: console
+
+ $ python setup.py install
or if you want to obtain a copy more easily:
- easy_install gitpython
+.. code-block:: console
+
+ $ easy_install gitpython
A distribution package can be obtained for manual installation at:
@@ -38,7 +42,9 @@ https://github.com/gitpython-developers/GitPython
and cloned using:
-git clone git://github.com/gitpython-developers/GitPython.git git-python
+.. code-block:: console
+
+ $ git clone git://github.com/gitpython-developers/GitPython.git git-python
DOCUMENTATION