summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-04-24 14:10:13 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-04-24 14:10:13 -0700
commit577391a9fc10deae163a6fa3143d705e9cdaa6e7 (patch)
tree57d3ec81db3076341adc33cb6c793e447646b8bd
parent4c28ebbd1fc6e66309a59fe93a482fcc5ba48963 (diff)
split out running and installing sections in readme
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index 21f238c6..9d4edf3d 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,6 @@ Or using pip:
RUNNING KEYSTONE:
-----------------
- $ python setup.py build
- $ sudo python setup.py install
$ cd keystone
$ python identity.py
@@ -65,11 +63,23 @@ RUNNING KEYSTONE:
RUNNING TEST SERVICE:
---------------------
- $ cd echo
+ $ cd echo/echo
+ $ python echo.py
+
+
+INSTALLING KEYSTONE:
+--------------------
+
$ python setup.py build
$ sudo python setup.py install
+
+
+INSTALLING TEST SERVICE:
+------------------------
+
$ cd echo
- $ python echo.py
+ $ python setup.py build
+ $ sudo python setup.py install
TESTING