From f901db40e101942ba75591c662d79dd90495835d Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 27 May 2024 10:20:52 +0200 Subject: [PATCH] Docs: `PLUGINS` setting is not usually necessary --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1a4d6c..778825d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This plugin can be installed via: python -m pip install pelican-pdf +As long as you have not explicitly added a `PLUGINS` setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add `pdf` to your existing `PLUGINS` list. For more information, please see the [How to Use Plugins](https://docs.getpelican.com/en/latest/plugins.html#how-to-use-plugins) documentation. + Usage -----