Merge pull request #2815 from hroff-1902/docs-gitclone

Minor: Advise to use https method for git clone instead of ssh
This commit is contained in:
Matthias 2020-01-28 06:25:08 +01:00 committed by GitHub
commit d40054b9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ The easiest way to install and run Freqtrade is to clone the bot GitHub reposito
This can be achieved with the following commands:
```bash
git clone git@github.com:freqtrade/freqtrade.git
git clone https://github.com/freqtrade/freqtrade.git
cd freqtrade
git checkout master # Optional, see (1)
./setup.sh --install