Drinking the rST kool-aid - mark the commands to run in the README as
authorEvan Broder <broder@mit.edu>
Wed, 18 Mar 2009 02:25:24 +0000 (22:25 -0400)
committerEvan Broder <broder@mit.edu>
Wed, 18 Mar 2009 02:25:55 +0000 (22:25 -0400)
literal blocks.

Signed-off-by: Evan Broder <broder@mit.edu>

README

diff --git a/README b/README
index b88ab17..1f7437a 100644 (file)
--- a/README
+++ b/README
@@ -3,16 +3,16 @@ Installing PyAFS
 ================
 
 To install PyAFS, you will first need to install Cython_, which you
-can do by running:
+can do by running::
 
   $ easy_install Cython
 
-Once you've done that, to install PyAFS globally, run
+Once you've done that, to install PyAFS globally, run::
 
   $ python setup.py install
 
 If you want to build PyAFS without installing it globally, you may
-want to run:
+want to run::
 
   $ python setup.py build_ext --inplace