From 76a3a736cfb50cb1c6d926d1e3afb0f504818157 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 16 Nov 2012 14:30:20 -0800 Subject: added CSR ability (and vendored certificate_authority gem, so we can get the unreleased fixes we need). --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5976710..fc1acdd 100644 --- a/README.md +++ b/README.md @@ -157,19 +157,31 @@ Ubuntu Install from git -------------------------------------- -Download the source and install the required gems: +Download the source: git clone git://leap.se/leap_cli # clone leap_cli code cd leap_cli - bundle # install required gems + +Running as a gem +-------------------------------------- + +To install ``leap`` as a gem, do this: + + cd leap_cli + rake build + rake install + +And then make sure your PATH is set to include where leap is installed. +It should warn you if this is not the case. Running from the source directory -------------------------------------- -To run the ``leap`` command directly from the source tree, symlink bin/leap -into your path: +To run the ``leap`` command directly from the source tree, you need to install +the required gems using ``bundle`` and symlink ``bin/leap`` into your path: cd leap_cli + bundle # install required gems ln -s `pwd`/bin/leap ~/bin # link executable somewhere in your bin path which leap # make sure you will run leap_cli/bin/leap leap help @@ -183,15 +195,3 @@ other places, it is easier to create the symlink. If you run ``leap`` directly, the command launcher that rubygems installs, leap will run in a mode that simulates ``bundle exec leap`` (i.e. only gems included in Gemfile are allow to be loaded). -Running as a gem --------------------------------------- - -To install ``leap`` as a gem, do this: - - cd leap_cli - rake build - rake install - -And then make sure your PATH is set to include where leap is installed. -It should warn you if this is not the case. - -- cgit v1.2.3