Skip to content

Commit

Permalink
Improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzzz committed May 26, 2014
1 parent 1c19551 commit 854dd78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 854dd78

Please sign in to comment.