summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2011-04-12 22:47:38 -0400
committerLuke Macken <lmacken@redhat.com>2011-04-12 22:47:38 -0400
commit0c560550364bac01e287e7898c02483acac33c14 (patch)
treee49c407d589e128732e6199ea5afb96a03b34a8b
parent59b8a90c1a389e94e25b986889185ad741c0d34d (diff)
downloadleafymiracle-0c560550364bac01e287e7898c02483acac33c14.tar.gz
leafymiracle-0c560550364bac01e287e7898c02483acac33c14.tar.xz
leafymiracle-0c560550364bac01e287e7898c02483acac33c14.zip
make it easy to copy/paste instructions
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index aca86da..729b65d 100644
--- a/README.rst
+++ b/README.rst
@@ -43,12 +43,12 @@ Running
::
-$ sudo yum -y install python-virtualenv
-$ git clone git://fedorapeople.org/~lmacken/leafymiracle && cd leafymiracle
-$ virtualenv env && source env/bin/activate
-$ python setup.py develop
-$ python leafymiracle/populate.py
-$ paster serve development.ini
+ sudo yum -y install python-virtualenv
+ git clone git://fedorapeople.org/~lmacken/leafymiracle && cd leafymiracle
+ virtualenv env && source env/bin/activate
+ python setup.py develop
+ python leafymiracle/populate.py
+ paster serve development.ini
Authors
~~~~~~~