From 580ba43ef253a17ec12402aa7108b41be313bf9b Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 5 Oct 2021 14:25:58 +0100 Subject: Document `https` submodules Some services, like Netlify, do not support SSH git urls. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ce3df8..aef9260 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Then add it as submodule of your repository: ``` git submodule add git@github.com:humrochagf/colordrop.git themes/colordrop ``` +OR +``` +git submodule add https://github.com/humrochagf/colordrop.git themes/colordrop +``` And add this configuration to your blog config. -- cgit v1.2.3