From 0d12ab566f7891306b8ddc14234c9d1fe0191b21 Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Sat, 14 Jun 2014 15:40:43 +0200 Subject: [PATCH] Added more detailed documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7a1b09..4f79171 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ Example of definition in config-file: ``` define("PLUGIN_ROOTDIR","/var/www/yoursite.com/plugins"); ``` +Paths can be relative or absolute. The default plugins folder is in ```public_html/lists/admin/plugins```, and the relative path to that file is ```plugins```. -###2. Copy plugin files -Copy the files under "plugins" to the plugins folder! +###2. Move the plugin files +Move the directory containing this readme file into your master plugins folder, defined above. PHPList will automatically detect the individual plugins within the subdirectories. This plugin contains two sub-plugins; the rest plugin itself and also a plugin for testing rest functionality. Both should be automatically detected and appear in the plugin manager. Example of destination: ```