Update "final" message in setup.sh

closes #2773
This commit is contained in:
Matthias 2020-04-25 16:32:11 +02:00
parent 1761f5af1a
commit deb14e0c85
1 changed files with 2 additions and 1 deletions

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 trade'."
echo "You can now use the bot by executing 'source .env/bin/activate; freqtrade <command>'."
echo "You verify that freqtrade is installed successfully by running 'source .env/bin/activate; freqtrade --version'."
}
function plot() {