diff options
author | nichy <nich@37ways.org> | 2016-01-21 15:34:15 +1100 |
---|---|---|
committer | nichy <nich@37ways.org> | 2016-01-21 15:34:15 +1100 |
commit | ff6bf0d97d1446f63d9259c76d406cd8e9f9795c (patch) | |
tree | ded279da1f2ea9cfeac17bd1680afa2f2d4ec22c /README.md | |
parent | 93593578aabba6cbbc11b331ead3c4271b3569f6 (diff) |
Update README.md
Update outputs sample to create required parent directories
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |