Update documentation to use freqtrade, not freqtrade/main.py

fixes #1521
This commit is contained in:
Matthias
2019-03-24 15:13:17 +01:00
parent f7fc9adc63
commit 1bba9fcc53
9 changed files with 47 additions and 33 deletions

View File

@@ -407,7 +407,7 @@ pip3 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
python3.6 ./freqtrade/main.py -c config.json
python3.6 freqtrade -c config.json
```
*Note*: If you run the bot on a server, you should consider using [Docker](#automatic-installation---docker) a terminal multiplexer like `screen` or [`tmux`](https://en.wikipedia.org/wiki/Tmux) to avoid that the bot is stopped on logout.