Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-12-14 14:12:51 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-12-14 14:12:51 +0300
commit033b7e256db6fac317c1b10a99aac1818304ba27 (patch)
tree85f5b753cff4631211e46ec07dc73752aee5150e /README.md
parent4cff4bc24f58f70313918635c6f1f1ce4a93059c (diff)
Use HTTPS for clone URL in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5be9b21..be48226 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ I assume you've Git installed. Inside the folder of your Hugo site run
$ mkdir themes
$ cd themes
- $ git clone git@github.com:digitalcraftsman/hugo-icarus-theme.git
+ $ git clone https://github.com/digitalcraftsman/hugo-icarus-theme.git
You should see a folder called `hugo-icarus-theme` inside the `themes` directory, that we created a few moments ago. For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.