change cat to cp

This commit is contained in:
Rob Moggach 2018-01-14 12:25:30 -05:00
parent 25e021d4b4
commit b5cd9dab26
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ cd freqtrade
#### 1.4. Copy `config.json.example` to `config.json`
```bash
cat config.json.example >> config.json
cp -n config.json.example config.json
```
> To edit the config please refer to the [Bot Configuration](https://github.com/gcarq/freqtrade/blob/develop/docs/configuration.md) page.