mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-04-14 16:47:24 +03:00
Fix paths in readme
This commit is contained in:
parent
aa611ed06d
commit
c93c9db252
@ -5,9 +5,9 @@ It does nothing but can be used as a template for a real plugin.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Download files of the plugin.
|
1. Download files of the plugin.
|
||||||
2. Create folder "<mibew root>/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter).
|
2. Create folder "```<Mibew root>```/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter).
|
||||||
3. Put files of the plugins to the just created folder.
|
3. Put files of the plugins to the just created folder.
|
||||||
4. Add the following lines to the end of "<mibew root>/libs/config.php":
|
4. Add the following lines to the end of "```<Mibew root>```/libs/config.php":
|
||||||
```php
|
```php
|
||||||
$plugins_list[] = array(
|
$plugins_list[] = array(
|
||||||
'name' => 'Mibew:Boilerplate',
|
'name' => 'Mibew:Boilerplate',
|
||||||
|
Loading…
Reference in New Issue
Block a user