Error fixed in the quickstart documentation

This commit is contained in:
Sandoche ADITTANE 2018-07-27 15:28:06 +02:00 committed by GitHub
parent 6e437a7290
commit ca0d658f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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