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

@@ -235,7 +235,7 @@ function install() {
echo "-------------------------"
echo "Run the bot !"
echo "-------------------------"
echo "You can now use the bot by executing 'source .env/bin/activate; python freqtrade/main.py'."
echo "You can now use the bot by executing 'source .env/bin/activate; python freqtrade'."
}
function plot() {