diff options
author | varac <varacanero@zeromail.org> | 2013-02-07 17:32:22 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-07 17:32:22 +0100 |
commit | 9d1336d77fc8c4a5608559bd1d0ab58de7bb86dc (patch) | |
tree | 71d938ff5d0c582b5fab478894cab7b26b1088a7 /docs/platform | |
parent | f7e2d7c84715d7943c944315b580a9d263edbff0 (diff) |
updated installation of leap_cli
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/quick-start.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 --------------------------------------- |