summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8ee4a1..51d69a1 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ running ad-hoc commands.
## Example configuration
```yaml
+version: v1
base: debian:jessie
apt:
packages: [libjpeg, libyaml]
@@ -70,6 +71,7 @@ In the example configuration, the `test` variant when expanded effectively
becomes:
```yaml
+version: v1
base: debian:jessie
apt:
packages: [libjpeg, libyaml, libjpeg-dev, libyaml-dev, chromium]