diff options
Diffstat (limited to 'docs/platform/quick-start.md')
-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 --------------------------------------- |