diff options
author | elijah <elijah@riseup.net> | 2013-02-08 19:59:47 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-08 19:59:47 -0800 |
commit | fbd8a272218f07b62706d8afcea033f32b308f38 (patch) | |
tree | 6520a3106197e4d8da846d79ed6ef2b80e66e8ad /docs/platform | |
parent | 8e857d3394e20aadd186f2ff519409f6cfd3512d (diff) |
bundle no longer required
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/quick-start.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index ff7de9c..45a34a6 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -20,7 +20,6 @@ Alternately, you can install `leap` from source: sudo apt-get install rake git clone git://leap.se/leap_cli.git cd leap_cli - bundle install rake build * Install as root user (recommended): @@ -31,11 +30,9 @@ Alternately, you can install `leap` from source: 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 - -With both methods, you can use now /usr/local/bin/leap, -which in most cases will be in your $PATH. + sudo ln -s ~/.gem/ruby/1.9.1/bin/leap /usr/local/bin/leap +With both methods, you can use now /usr/local/bin/leap, which in most cases will be in your $PATH. Create a provider instance --------------------------------------- @@ -55,7 +52,7 @@ You may want to poke around and see what is in the files we just created. For ex cat provider.json -If you are familiar with git, you might want to have the your provider directory under +If you are familiar with git, you might want to have the your provider directory under version control: git init @@ -82,8 +79,8 @@ Edit provider configuration -------------------------------------- Provide some global information for new provider, these are the variables you need to set: - -* `common.json`: `contact_email` (used amonh other things for tor directory listing + +* `common.json`: `contact_email` (used amonh other things for tor directory listing if you deploy a tor relay) |