From 4c0e586354f3f4cd87138c51ee695136d45f8caf Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Mon, 27 Jan 2020 22:39:04 +0300 Subject: [PATCH] Advise to use https method for git clone i.o ssh --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 267d91c8d..cbe000da4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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