From 854dd787485015ebe73afb6bbdf3647e0361601c Mon Sep 17 00:00:00 2001 From: Ludovic Perrine Date: Mon, 26 May 2014 13:59:51 +0200 Subject: [PATCH] Improved doc --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4b548a0..0a1a08d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ All future deployments will read `apt-repositories` and `apt-packages` files and ## apt-packages This file should contain apt packages to install, accepts multiple packages per line, and multiple lines. +Example: +``` +nginx +unifont +``` + ## apt-repositories Optional file that should contain additional APT repositories to configure to find packages. Requires an empty line at end of file. @@ -33,5 +39,10 @@ deb http://archive.ubuntu.com/ubuntu quantal multiverse Optional file allowing to configure package installation. Use case is mainly for EULA (like ttf-mscorefonts-installer). Requires an empty line at end of file. +Example: +``` +ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true +``` + [dokku]: https://github.com/progrium/dokku