Merge pull request #3218 from freqtrade/setup_sh
[minor] Update "final" message in setup.sh
This commit is contained in:
commit
927a7ee330
4
setup.sh
4
setup.sh
@ -252,7 +252,9 @@ function install() {
|
|||||||
echo "-------------------------"
|
echo "-------------------------"
|
||||||
echo "Run the bot !"
|
echo "Run the bot !"
|
||||||
echo "-------------------------"
|
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 <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'."
|
||||||
}
|
}
|
||||||
|
|
||||||
function plot() {
|
function plot() {
|
||||||
|
Loading…
Reference in New Issue
Block a user