summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2014-05-27 14:31:40 +0200
committerkwadronaut <kwadronaut@leap.se>2014-05-27 14:31:40 +0200
commit662a48a216d70229cabb0e9716d0ea1d0bbd4ec0 (patch)
tree7839ac80ab1fe6a30dc9d42aa48ca97d1b232678
parent4f2c583e8c807415f5482ffca24ec6fd26bdc889 (diff)
update readme, how to build
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0f215e..e9d0624 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,9 @@ time the system was built.
Since GitHub retired its downloads area, you will now have to find baseboxes
built from these definitions at [LEAP](http://download.leap.se/).
+
+If you want to build a box yourself, you first need to install veewee and it's
+dependencies. You can either add our wheezy definitions to the templates or
+veewee <provider> define 'leap' 'git://leap.se/leap_vagrant.git
+Building should be straightforward: veewee <provider> build 'leap'
+Check out veewees documentation for all the options.