From 577391a9fc10deae163a6fa3143d705e9cdaa6e7 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Sun, 24 Apr 2011 14:10:13 -0700 Subject: split out running and installing sections in readme --- README.md | 18 ++++++++++++++---- 1 file 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 -- cgit