diff options
author | ytti <saku@ytti.fi> | 2016-01-21 11:55:30 +0200 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-01-21 11:55:30 +0200 |
commit | aa72bf29779aebe56d26f5b54995ff68044beea8 (patch) | |
tree | 01ce43fc76795cc31e5a98f2d30a8cc11a16a3c9 /README.md | |
parent | 421ae43ee9546ca0b1c45a9eaf6daa769ab4e9ac (diff) | |
parent | ff6bf0d97d1446f63d9259c76d406cd8e9f9795c (diff) |
Merge pull request #275 from nichy/patch-1
Update README.md
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 ``` |