cloudstore-developers

Update README.md

4/20/2015 5:17:34 AM

Changes

Details

diff --git a/deployment-scripts/README.md b/deployment-scripts/README.md
index f8f52bb..b22d9fd 100644
--- a/deployment-scripts/README.md
+++ b/deployment-scripts/README.md
@@ -22,7 +22,7 @@ This will install CloudScale deployment scripts to your ```site-packages``` fold
 If you want to install it with ```pip``` you can do this by running the following command:
 
 ```
-$ pip install -e https://github.com/CloudScale-project/Showcase/deployment-scripts/zipball/deployment-scripts
+$ pip install -e 'git+https://github.com/CloudScale-Project/Showcase.git#egg=deployment-scripts&subdirectory=deployment-scripts'
 ```
 
 ## Usage
@@ -47,4 +47,4 @@ To deploy MongoDB version of showcase on OpenStack edit ```bin/config.openstack.
 
 ```
 $ python run.py openstack config.openstack.mongo.ini
-```
+```