Merge pull request #1081 from sandoche/patch-1

Error fixed in the quickstart documentation
This commit is contained in:
Matthias
2018-07-27 16:05:51 +01:00
committed by GitHub

View File

@@ -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
```