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 <[email protected]> Authored: Mon Jan 27 16:24:29 2014 +0100 Committer: Tomaz Muraus <[email protected]> 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 ---------
