Add note about `lxc-download` template to README [GH-1]
authorFabio Rehm <fgrehm@gmail.com>
Thu, 27 Mar 2014 13:13:48 +0000 (10:13 -0300)
committerFabio Rehm <fgrehm@gmail.com>
Thu, 27 Mar 2014 13:13:48 +0000 (10:13 -0300)
README.md

index d924b30f941b625c4320b216e043f840013eee42..1d6e765aedbdb1e57406db0d569698f5ae4e6e46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@ This repository contains a set of scripts for creating base boxes for usage with
 
 ## Building the boxes
 
+In order to build the boxes you need to have the `lxc-download`
+template available on your machine. If you don't have one around please 
+create one based on [this](https://github.com/lxc/lxc/blob/master/templates/lxc-download.in)
+and drop it on your lxc templates path (usually `/usr/share/lxc/templates`).
+
 ```sh
 git clone https://github.com/fgrehm/vagrant-lxc-base-boxes.git
 cd vagrant-lxc-base-boxes