From cd7c5408e3340c2132e3a0cd0cde5e86352dd153 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Mon, 14 Dec 2015 12:14:36 +0100 Subject: [PATCH] Use HTTPS for clone URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b204915..fb8203a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Inside the folder of your Hugo site run: $ mkdir themes $ cd themes - $ git clone git@github.com:digitalcraftsman/hugo-cactus-theme.git + $ git clone https://github.com/digitalcraftsman/hugo-cactus-theme.git For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.