From 8c6e9724bd67eef345b0df76776109a3dfcc4b0a Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 6 Apr 2014 18:45:49 -0300 Subject: [PATCH] Update release date on changelog and add instructions for installing the alpha version of the plugin --- CHANGELOG.md | 2 +- README.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7862f5..d11cb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Mar 04, 2014) +## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Apr 06, 2014) DEPRECATIONS: diff --git a/README.md b/README.md index 5bf6a0d..8913f19 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,6 @@ to see it in action. latest stable version of the plugin, please check the [0.8-stable](https://github.com/fgrehm/vagrant-lxc/tree/0.8-stable) branch. -## Usage with Vagrant 1.5 - -Usage with the recently released Vagrant 1.5 is only possible by [building the -plugin from sources](https://github.com/fgrehm/vagrant-lxc/wiki/Development#wiki-installing-the-plugin-from-source). -The 1.0.0.beta1 version of the plugin that will ship with the changes required -is expected to be released by April, 2014. - ## Features @@ -56,6 +49,14 @@ 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.1 +``` + +On Vagrant < 1.5: + ``` vagrant plugin install vagrant-lxc ```