From 42d9e2e7dc2b69e7120d2b47a3cae20ffb674070 Mon Sep 17 00:00:00 2001 From: pure <37597027+deeppaz@users.noreply.github.com> Date: Wed, 21 Oct 2020 17:06:26 +0300 Subject: [PATCH] update quick start steps --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3c6168fa..4290dec8f 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,8 @@ Please find the complete documentation on our [website](https://www.freqtrade.io Freqtrade provides a Linux/macOS script to install all dependencies and help you to configure the bot. ```bash -git clone git@github.com:freqtrade/freqtrade.git +git clone -b develop https://github.com/freqtrade/freqtrade.git cd freqtrade -git checkout develop ./setup.sh --install ```