From 1747a66a47b36351519b38e24ce95c13af856ec9 Mon Sep 17 00:00:00 2001 From: Florent Verschelde Date: Tue, 10 May 2016 00:55:45 +0200 Subject: [PATCH] Add download link --- README.md => readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename README.md => readme.md (95%) diff --git a/README.md b/readme.md similarity index 95% rename from README.md rename to readme.md index d9ed937..5428c69 100644 --- a/README.md +++ b/readme.md @@ -33,8 +33,8 @@ See [Twig templating tips for Kirby](doc/templating.md) for more examples, and s ## Installation -1. Download a copy of this repository and put it in your `site/plugins` folder. -2. Rename the copied folder to `twig`. +1. Download [the latest release](https://github.com/fvsch/kirby-twig/releases) and put it in your `site/plugins` folder. +2. Rename the copied folder to `twig` (it should be named `site/plugins/twig`). 3. To activate the plugin, put `c::set('plugin.twig.enabled', true);` in your `site/config/config.php`. You can now create `.twig` templates in your `site/templates` directory.