From fbd8a272218f07b62706d8afcea033f32b308f38 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 8 Feb 2013 19:59:47 -0800 Subject: bundle no longer required --- docs/platform/quick-start.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'docs/platform') 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) -- cgit v1.2.3