Skip to content

Commit 854dd78

Browse files
committed
Improved doc
1 parent 1c19551 commit 854dd78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ All future deployments will read `apt-repositories` and `apt-packages` files and
1919
## apt-packages
2020
This file should contain apt packages to install, accepts multiple packages per line, and multiple lines.
2121

22+
Example:
23+
```
24+
nginx
25+
unifont
26+
```
27+
2228
## apt-repositories
2329
Optional file that should contain additional APT repositories to configure to find packages.
2430
Requires an empty line at end of file.
@@ -33,5 +39,10 @@ deb http://archive.ubuntu.com/ubuntu quantal multiverse
3339
Optional file allowing to configure package installation. Use case is mainly for EULA (like ttf-mscorefonts-installer).
3440
Requires an empty line at end of file.
3541

42+
Example:
43+
```
44+
ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true
45+
```
46+
3647

3748
[dokku]: https://github.com/progrium/dokku

0 commit comments

Comments
 (0)