From 273786ed45244462625bfc2ac6a3a9ca2092dc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20G=C4=85gor?= Date: Fri, 8 Mar 2024 20:35:42 +0100 Subject: [PATCH] docs(readme): clarify installation instruction --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3a5902..f2234ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hugo-shortcode-kofi +# Hugo shortcodes for Ko-fi This is a set of shortcodes to allow easy integration with [Ko-fi](https://ko-fi.com/). @@ -13,10 +13,11 @@ This is a set of shortcodes to allow easy integration with [Ko-fi](https://ko-fi cd your-site-location git submodule add --depth=1 https://github.com/tgagor/hugo-shortcode-kofi.git themes/hugo-shortcode-kofi + ``` + + You might need to initialize any uninitialized submodules in the repository and then recursively update all submodules to their latest versions to make it fully available: - # initialize any uninitialized submodules in the repository - # and then recursively update all submodules - # to their latest versions + ```bash git submodule update --init --recursive ``` - or by just cloning