From d1f9bef691faef95e39ca884bde45dd3c5800fff Mon Sep 17 00:00:00 2001 From: Benedict Massolle Date: Wed, 5 Jun 2024 09:25:58 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c78f477..1d19fd5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ With `auto-assign = true`, each file type will get the identically named file bl ## 💻 How to install -Install this plugin via **Composer**: +Install this plugin via **Composer** (recommended): ```bash composer require presprog/kirby-auto-file-templates @@ -91,6 +91,13 @@ composer require presprog/kirby-auto-file-templates Or **download the ZIP file** from GitHub and unpack it to `site/plugins/kirby-auto-file-templates` + +Or as **Git submodule** + +```bash +git submodule add https://github.com/presprog/kirby-auto-file-templates.git site/plugins/auto-file-templates +``` + ## ✅ To do * [ ] Add multi-language support