From a9c91c699d5ea67bf961efdf9e61b31acf2b2455 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 5 Mar 2021 09:13:19 +0000 Subject: [PATCH] Use https URL for `git clone` --- Running-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-from-source.md b/Running-from-source.md index 7e5dfa5..d681f2e 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -10,7 +10,7 @@ You will currently need at least Python 3.7.x to run `stable` code. In order to 1. OR Clone and checkout the source using git: 1. `cd ` - 1. `git clone git@github.com:EDCD/EDMarketConnector.git` + 1. `git clone https://github.com/EDCD/EDMarketConnector.git` 1. `cd EDMarketConnector` 1. `git checkout stable`