Update remaining documentations

This commit is contained in:
Matthias
2019-09-29 19:21:18 +02:00
parent 2710226326
commit 344a0a094f
3 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ python3 -m pip install -e .
If this is the first time you run the bot, ensure you are running it in Dry-run `"dry_run": true,` otherwise it will start to buy and sell coins.
```bash
freqtrade -c config.json
freqtrade trade -c config.json
```
*Note*: If you run the bot on a server, you should consider using [Docker](docker.md) or a terminal multiplexer like `screen` or [`tmux`](https://en.wikipedia.org/wiki/Tmux) to avoid that the bot is stopped on logout.