summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins.md')
-rw-r--r--Plugins.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Plugins.md b/Plugins.md
index 48a78bf..c261122 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -8,11 +8,13 @@ content), hotkey plugins which alter the way keyboard shortcuts work,
etc.
There are two kinds of plugins: user and system. User plugins are
-enabled in Preferences ~~\> Plugins. System plugins require adding them
+enabled in Preferences -- Plugins. System plugins require adding them
to a <code>config.php</code> directive <code>PLUGINS</code> which is a
comma-separated list of enabled system plugins, i.e.
-<code>define(’PLUGINS’, ’updater, digest, auth\_remote, auth\_internal, googlereaderimport’);\</code>
+<pre>
+define(’PLUGINS’, ’updater, digest, auth_remote, auth_internal');
+</pre>
Installation of plugins is as simple as copying a folder into the
’plugins’ folder of your tt-rss and then activating (via a checkbox) it