Skip to content

Commit

Permalink
Added more detailed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Tuke committed Jun 14, 2014
1 parent 3ca4a04 commit 0d12ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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:
```
Expand Down

0 comments on commit 0d12ab5

Please sign in to comment.