Use subcommand, add 3rd line

This commit is contained in:
Matthias 2020-04-25 16:55:13 +02:00
parent deb14e0c85
commit e1a347df90

View File

@ -252,7 +252,8 @@ function install() {
echo "-------------------------"
echo "Run the bot !"
echo "-------------------------"
echo "You can now use the bot by executing 'source .env/bin/activate; freqtrade <command>'."
echo "You can now use the bot by executing 'source .env/bin/activate; freqtrade <subcommand>'."
echo "You can see the list of available bot subcommands by executing 'source .env/bin/activate; freqtrade --help'."
echo "You verify that freqtrade is installed successfully by running 'source .env/bin/activate; freqtrade --version'."
}