summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-31 06:46:20 +0000
committerfox <[email protected]>2018-08-31 06:46:20 +0000
commit8eb2faf5c757a3d6aa20913bc813e586de2298bd (patch)
treec11b85252cb9c7d56715c29b2e99a49b0e544bb6
parent7e0b86e69c8ca3a56f4ba56404eb4befee2ec105 (diff)
Update page 'Plugins'
-rw-r--r--Plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins.md b/Plugins.md
index 10e56b2..0374760 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -26,7 +26,7 @@ See also: [attic](https://git.tt-rss.org/git/tt-rss-attic) and [samples](https:/
### Installing plugins
-Copy plugin folder to ```tt-rss/plugins.local``` and then activating (via a checkbox) in the settings panel. Note that plugin folder name should correspond to plugin class name defined in ``(plugin)/init.php``.
+Copy plugin folder to ```tt-rss/plugins.local``` and then activate it in the settings panel. Note that plugin folder name should correspond to plugin class name defined in ``(plugin)/init.php``, i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``.
## Third party plugins master list