From 8eabac91d64fbcacd9467d47633a23cdcf3a6a6a Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 13 May 2014 00:27:49 -0300 Subject: [PATCH] Move base boxes section up on README --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 999e317..a8b27c9 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,15 @@ environmental variable to `lxc` in order to avoid typing `--provider=lxc` all the time. +## Base boxes + +Base boxes can be found on [VagrantCloud](https://vagrantcloud.com/search?provider=lxc) +and some scripts to build your own are available at [fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes). + +If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md) +for more information. + + ## Advanced configuration If you want, you can modify container configurations from within your Vagrantfile @@ -160,14 +169,6 @@ If you are interested on what will be generated by that command, please check _vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Avoiding-%27sudo%27-passwords)_ -### Base boxes - -Base boxes can be found on [VagrantCloud](https://vagrantcloud.com/search?provider=lxc) -and some scripts to build your own are available at [fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes). - -If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md) -for more information. - ## More information