You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/01/27 16:24:41 UTC

git commit: Fix typo in the docs.

Updated Branches:
  refs/heads/trunk e783bad59 -> 903e769d3


Fix typo in the docs.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/903e769d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/903e769d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/903e769d

Branch: refs/heads/trunk
Commit: 903e769d38c748e7c88355d342d74bb64afdc4cc
Parents: e783bad
Author: Tomaz Muraus <to...@apache.org>
Authored: Mon Jan 27 16:24:29 2014 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Mon Jan 27 16:24:29 2014 +0100

----------------------------------------------------------------------
 docs/getting_started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/903e769d/docs/getting_started.rst
----------------------------------------------------------------------
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 57e3fc7..29ddb4b 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -17,7 +17,7 @@ You can install latest development version from our Git repository:
 
 .. sourcecode:: bash
 
-    pip install -e https://git-wip-us.apache.org/repos/asf/libcloud.git@trunk#egg=apache-libcloud
+    pip install -e git+https://git-wip-us.apache.org/repos/asf/libcloud.git@trunk#egg=apache-libcloud
 
 Upgrading
 ---------