1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

Created Plugins (markdown)

Jonathan Harris 2016-01-10 23:10:18 +00:00
parent 56fbfa6221
commit cbb9be3243

9
Plugins.md Normal file

@ -0,0 +1,9 @@
Plugins extend the behavior of this app. To install a downloaded plugin, open the `.zip` archive and move the folder contained inside into the following folder:
* Windows: `%LOCALAPPDATA%\EDMarketConnector\plugins` (usually `C:\Users\you\AppData\Local\EDMarketConnector\plugins`).
* Mac: `~/Library/Application Support/EDMarketConnector/plugins` (in Finder hold ⌥ and choose Go → Library to open your `~/Library` folder).
* Linux: `$XDG_DATA_HOME/EDMarketConnector/plugins`, or `~/.local/share/EDMarketConnector/plugins` if `$XDG_DATA_HOME` is unset.
You will need to re-start EDMC for it to notice the new plugin.
Refer to [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/master/PLUGINS.md) if you would like to write a plugin.