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

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Dzielak <dzello@users.noreply.github.com>2021-04-13 11:14:15 +0300
committerGitHub <noreply@github.com>2021-04-13 11:14:15 +0300
commit39511a646b9c860005c18b147db2bd91858a8fe1 (patch)
tree0228c91090eeb670a12373a65a1e53bf64d8a207
parent99bbb0ccabd0f91c596b7b312c03f613c61b05b0 (diff)
parent1ffffd26997cd8b7b771d4ad9745aba84fcf5626 (diff)
Merge pull request #108 from jtagcat/httpurl
Readme: Install: git clone from ssh to http.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86fef1b..55ec008 100644
--- a/README.md
+++ b/README.md
@@ -515,7 +515,7 @@ If your Hugo site already has a theme but you'd like to create a presentation fr
```shell
cd my-hugo-site
-git clone git@github.com:dzello/reveal-hugo.git themes/reveal-hugo
+git clone https://github.com/dzello/reveal-hugo.git themes/reveal-hugo
cd themes/reveal-hugo
cp -r layouts static ../../
```