From 4a99c7b9772134edcb16649737e538e41cb883c8 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Mon, 27 Mar 2017 00:53:07 +0200 Subject: [PATCH] v1.0 --- example/README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/example/README.md b/example/README.md index 3543126..113ac88 100644 --- a/example/README.md +++ b/example/README.md @@ -1,25 +1,12 @@ # example -This is an example box. +This is description of the box. It will be copied. Keep it short and single-line. Don't remove the line break before. Version: 1.0 -It won't be compiled. +Write what this box consists of and how it behaves. +First four lines have a special meaning - dont move them around. Change only version number, not the word. --- This section will be automatically replaced by `python make.py` with auto-generated -content of Vagrantfile that will refer to this box ---- - -Usage in Vagrantfile: -``` -config.vm.box = "henrietta/example" -config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/example.box" -`` ---- - -Usage in Vagrantfile: -``` -config.vm.box = "henrietta/example" -config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/example.box" -``` +content of Vagrantfile that will refer to this box. -- GitLab