From e1a347df90efa8517dc9a0e51bc144403ba53a43 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 25 Apr 2020 16:55:13 +0200 Subject: [PATCH] Use subcommand, add 3rd line --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d6e0006f1..918c41e6b 100755 --- a/setup.sh +++ b/setup.sh @@ -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 '." + echo "You can now use the bot by executing 'source .env/bin/activate; freqtrade '." + 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'." }