From 721fcf2636541bc7adddea559901e1d5479f3c24 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 11 Mar 2016 00:29:12 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e9617..4ccf58e 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ Python plugins: Enabled Installing plugins ------------------ -1. Copy the plugin +1 - Copy the plugin For Python, Ruby and Lua plugins, copy the plugin to `$XDG_DATA/profanity/plugins/`, (`~/.local/share/profanity/plugins/` on most systems). For C plugins, build the plugin using the supplied Makefile, and then copy the `.so` file to the same location. -2. Add to profrc +2 - Add to profrc For all types of plugins, the list of plugins to acutally load when starting Profanity is defined in `$XDG_CONFIG/profanity/profrc` (`~/.config/profanity/profrc` on most systems).