Merge pull request #2728 from hroff-1902/minor-setup-msg

Minor: Fix message in setup.sh
This commit is contained in:
Matthias 2020-01-02 06:59:44 +01:00 committed by GitHub
commit 6dfde99cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {