Update release date on changelog and add instructions for installing the alpha version of the plugin
This commit is contained in:
parent
bc6e2e9d7c
commit
8c6e9724bd
2 changed files with 9 additions and 8 deletions
|
@ -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:
|
||||
|
||||
|
|
15
README.md
15
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue