Fix message in setup.sh

This commit is contained in:
hroff-1902 2020-01-02 02:36:59 +03:00
parent 3327ebf2b1
commit 0ea44b0143
1 changed files with 1 additions and 1 deletions

View File

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