summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornichy <nich@37ways.org>2016-01-21 15:34:15 +1100
committernichy <nich@37ways.org>2016-01-21 15:34:15 +1100
commitff6bf0d97d1446f63d9259c76d406cd8e9f9795c (patch)
treeded279da1f2ea9cfeac17bd1680afa2f2d4ec22c /README.md
parent93593578aabba6cbbc11b331ead3c4271b3569f6 (diff)
Update README.md
Update outputs sample to create required parent directories
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6766ec..ac358be 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ Maps define how to map a model's fields to model [model fields](https://github.c
First create the directory where the CSV ```output``` is going to store device configs and start Oxidized once.
```
-mkdir ~/.config/oxidized/configs
+mkdir -p ~/.config/oxidized/configs
oxidized
```