From 734adc3f07ffc9c46bb55fb5f7c6a5ce36a886bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vorbach?= Date: Mon, 21 Sep 2015 14:36:46 +0200 Subject: [PATCH] fixed git clone to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ea82ee..32f15689 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The image can then be used to install T-Pot on a physical or virtual machine. 1. Clone the repository and enter it. - git clone git@github.com:dtag-dev-sec/tpotce.git + git clone https://github.com/dtag-dev-sec/tpotce.git cd tpotce 2. Invoke the script that builds the ISO image.