From ca44141371b1abcfd57bafb40a4c7648add225d0 Mon Sep 17 00:00:00 2001 From: Florian Schlachter Date: Sun, 20 Jul 2014 00:44:13 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f41b777..9954d89 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Uses 3rd-party-libraries. +## How to install + +Simply add the following import line **after** importing pongo2: + + _ "github.com/flosch/pongo2-addons" + +All filters/tags will be registered automatically. + ## Filters - **markdown** (parses markdown text and outputs HTML; **hint**: use the **safe**-filter to make the output not being escaped) ## Tags -(nothing yet) \ No newline at end of file +(nothing yet)