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
commit c8ac98501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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