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:
commit
d40054b9d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user