Skip to content

Commit

Permalink
docs(readme): clarify installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Mar 8, 2024
1 parent 4336bcc commit 273786e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand All @@ -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
Expand Down

0 comments on commit 273786e

Please sign in to comment.