Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 20910ff12 -> 305ce2963
README: add pip install method using git repo Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/305ce296 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/305ce296 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/305ce296 Branch: refs/heads/master Commit: 305ce2963d07d7e7d375f6ea143245ceadf614df Parents: 20910ff Author: Rohit Yadav <[email protected]> Authored: Wed Feb 10 22:08:47 2016 +0100 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 10 22:08:47 2016 +0100 ---------------------------------------------------------------------- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/305ce296/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b92b933..f710222 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## CloudMonkey -`cloudmonkey` is a command line interface for [Apache CloudStack](http://cloudstack.apache.org). +`cloudmonkey` :cloud::monkey_face: is a command line interface for +[Apache CloudStack](http://cloudstack.apache.org). CloudMonkey can be use both as an interactive shell and as a command line tool which simplifies Apache CloudStack configuration and management. It can be used with Apache CloudStack 4.0-incubating and above. @@ -18,6 +19,14 @@ Upgrade: $ pip install --upgrade cloudmonkey +Install/Upgrade latest using git repository: + + $ pip install --upgrade git+https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git + +Install/upgrade using the Github git mirror: + + $ pip install --upgrade git+https://github.com/apache/cloudstack-cloudmonkey.git + Please see the [CloudMonkey Wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI) for usage.
