diff options
author | elijah <elijah@riseup.net> | 2013-09-21 19:03:53 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-09-21 19:03:53 -0700 |
commit | b342e7e4a81e0bb6186a29a634c3aa4d979fe143 (patch) | |
tree | 430b33e11a6d081dd9dbd50fc0a060edd1020d6c /README.md | |
parent | 5e021210f883ffa72dbadee75bd02a7f7319ca17 (diff) |
use https:// instead of git://
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -10,20 +10,21 @@ Install prerequisites: sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake +NOTE: leap_cli requires ruby 1.9 or later. + Optionally install Vagrant in order to be able to test with local virtual machines (recommended): sudo apt-get install vagrant virtualbox -NOTE: leap_cli should work with ruby1.8, but has only been tested using ruby1.9. - -Install the `leap` command: +NOTE: the packaged virtualbox and vagrant that comes with Debian and Ubuntu are rather ancient. Most people have better luck by downloading these packages from the upstream: - sudo gem install leap_cli +* https://downloads.vagrantup.com/ +* https://www.virtualbox.org/wiki/Downloads -Alternately, you can install `leap` from source: +Install the `leap` command: sudo apt-get install rake - git clone git://leap.se/leap_cli.git + git clone https://leap.se/git/leap_cli.git cd leap_cli rake build @@ -75,7 +76,7 @@ Install from git Download the source: - git clone git://leap.se/leap_cli + git clone https://github.com/leapcode/leap_cli.git cd leap_cli Running from the source directory |