diff --git a/README.md b/README.md index a7a6e91..fa707b3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ Can be used for tagging or similar tasks. The grouping algorithm is performed once. Contrary to, at least, cubic runtime if doing the same with Pad queries. -To install this plugin, modify your Lektor project file: +Install this plugin or modify your Lektor project file: -```ini -[packages] -lektor-groupby = 0.9.1 +```sh +lektor plugin add groupby ``` Optionally, enable a basic config: diff --git a/setup.py b/setup.py index 2207d09..fd0ae73 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( }, author='relikd', url='https://github.com/relikd/lektor-groupby-plugin', - version='0.9.2', + version='0.9.3', description='Cluster arbitrary records with field attribute keyword.', long_description=longdesc, long_description_content_type="text/markdown",