Commit a886eef2 authored by Pavel Strashkin's avatar Pavel Strashkin

Documentation: use "cp" instead of "mv" to keep git state untouched

parent e640be85
...@@ -9,9 +9,9 @@ In this mode you provide the binary with paths to files for connectors, users, a ...@@ -9,9 +9,9 @@ In this mode you provide the binary with paths to files for connectors, users, a
You can rename these to the equivalent without the *".sample"* suffix since the defaults point to those locations: You can rename these to the equivalent without the *".sample"* suffix since the defaults point to those locations:
```console ```console
mv static/fixtures/connectors.json.sample static/fixtures/connectors.json cp static/fixtures/connectors.json.sample static/fixtures/connectors.json
mv static/fixtures/users.json.sample static/fixtures/users.json cp static/fixtures/users.json.sample static/fixtures/users.json
mv static/fixtures/emailer.json.sample static/fixtures/emailer.json cp static/fixtures/emailer.json.sample static/fixtures/emailer.json
``` ```
Starting dex is then as simple as: Starting dex is then as simple as:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment