summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```