From dd5a8d16d0821b38deb91ed5452870c804775181 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 22 Sep 2014 23:07:39 -0300 Subject: [PATCH] Update README --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 88eeefa..2f1dc6d 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,6 @@ disable checksum offloading as described on [this comment](https://github.com/fg ## Installation -On Vagrant 1.5+: - -``` -vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.3 -``` - -On Vagrant < 1.5: - ``` vagrant plugin install vagrant-lxc ``` @@ -61,23 +53,13 @@ vagrant plugin install vagrant-lxc ## Quick start -On Vagrant 1.5+: - ``` vagrant init fgrehm/precise64-lxc vagrant up --provider=lxc ``` -On Vagrant < 1.5: - -``` -vagrant init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23 -vagrant up --provider=lxc -``` - -If you are using Vagrant 1.2+ you can also set the `VAGRANT_DEFAULT_PROVIDER` -environmental variable to `lxc` in order to avoid typing `--provider=lxc` all -the time. +_Set the `VAGRANT_DEFAULT_PROVIDER` environmental variable to `lxc` in order to +avoid typing `--provider=lxc` all the time._ ## Base boxes