update README

This commit is contained in:
Darko Luketic 2022-11-21 14:28:32 +01:00
parent ab859c8059
commit 2fa9ce57e6

View File

@ -8,14 +8,15 @@ Fork of the official filter and tag add-ons for [pongo2](https://github.com/flos
## How to install and use
Install via `go get -u github.com/flosch/pongo2-addons`. All dependencies will be automatically fetched and installed.
Install via `go get -u code.icod.de/dalu/pongo2-addons`. All dependencies will be automatically fetched and installed.
Simply add the following import line **after** importing pongo2:
master : `_ "github.com/idc77/pongo2-addons"`
v4: `_ "github.com/idc77/pongo2-addons/v4"`
v5: `_ "github.com/idc77/pongo2-addons/v5"`
master : `_ "code.icod.de/dalu/pongo2-addons"`
v4: `_ "code.icod.de/dalu/pongo2-addons/v4"`
v5: `_ "code.icod.de/dalu/pongo2-addons/v5"`
v6: `_ "code.icod.de/dalu/pongo2-addons/v6"`
All additional filters/tags will be registered automatically.