Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bezin committed Jun 5, 2024
1 parent 77f2aa0 commit d1f9bef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,21 @@ 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
```

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

Expand Down

0 comments on commit d1f9bef

Please sign in to comment.