From 9d1336d77fc8c4a5608559bd1d0ab58de7bb86dc Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 7 Feb 2013 17:32:22 +0100 Subject: updated installation of leap_cli --- docs/platform/quick-start.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index c64dd5f..b156e6d 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -17,7 +17,20 @@ Alternately, you can install `leap` from source: git clone git://leap.se/leap_cli.git cd leap_cli rake build + +Install as unprivileged user: + rake install + # watch out for the directory leap is installed to, then i.e. + ln -s ~/.gem/ruby/1.9.1/bin/leap /usr/local/bin/leap + +Install as root user (recommended): + + sudo rake install + +With both methods, you can use now /usr/local/bin/leap, +which in most cases will be in your $PATH. + Create a provider instance --------------------------------------- -- cgit v1.2.3