mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2024-11-15 08:54:15 +03:00
Beautify installation instructions in README.md
This commit is contained in:
parent
eb838a3437
commit
07315407de
@ -5,9 +5,13 @@ 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 plugins configs to "plugins" structure in "```<Mibew root>```/configs/config.yml". If the "plugins" stucture looks like ```plugins: []``` it will become:
|
|
||||||
|
4. Add plugins configs to "plugins" structure in "`<Mibew root>`/configs/config.yml". If the "plugins" stucture looks like `plugins: []` it will become:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
plugins:
|
plugins:
|
||||||
"Mibew:Boilerplate":
|
"Mibew:Boilerplate":
|
||||||
|
Loading…
Reference in New Issue
Block a user