Advise to use https method for git clone i.o ssh

This commit is contained in:
hroff-1902 2020-01-27 22:39:04 +03:00
parent 3a2443b5fa
commit 4c0e586354
1 changed files with 1 additions and 1 deletions

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