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:
authorjtagcat <git-514635f7@jtag.cat>2021-04-13 11:10:44 +0300
committerjtagcat <git-514635f7@jtag.cat>2021-04-13 11:10:44 +0300
commit1ffffd26997cd8b7b771d4ad9745aba84fcf5626 (patch)
tree0228c91090eeb670a12373a65a1e53bf64d8a207
parent99bbb0ccabd0f91c596b7b312c03f613c61b05b0 (diff)
Readme: Install: git clone from ssh to http.
Some CI/CD things don't by default, or can't do ssh (sub)modules. Themes are often used read-only anyway. Closes #101.
-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 ../../
```