From ca0d658f15960a3664fea2a3af817948328d47e0 Mon Sep 17 00:00:00 2001 From: Sandoche ADITTANE Date: Fri, 27 Jul 2018 15:28:06 +0200 Subject: [PATCH] Error fixed in the quickstart documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1705ff41..b5715f743 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Freqtrade provides a Linux/macOS script to install all dependencies and help you ```bash git clone git@github.com:freqtrade/freqtrade.git -git checkout develop cd freqtrade +git checkout develop ./setup.sh --install ```