change cat to cp
This commit is contained in:
parent
25e021d4b4
commit
b5cd9dab26
@ -54,7 +54,7 @@ cd freqtrade
|
|||||||
#### 1.4. Copy `config.json.example` to `config.json`
|
#### 1.4. Copy `config.json.example` to `config.json`
|
||||||
|
|
||||||
```bash
|
```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.
|
> To edit the config please refer to the [Bot Configuration](https://github.com/gcarq/freqtrade/blob/develop/docs/configuration.md) page.
|
||||||
|
Loading…
Reference in New Issue
Block a user