Update deploying_plugin.md

This commit is contained in:
Obfuskator 2015-06-16 16:46:31 +02:00
parent 56851ce291
commit 17f7790c79

View File

@ -19,7 +19,7 @@ To deploy a plugin:
![Jar Saved Notification](deploying_plugin/img/jar_saved_notification.png) ![Jar Saved Notification](deploying_plugin/img/jar_saved_notification.png)
* Copy the newly created archive file to the *.IntelliJIDEAx0\config\plugins* folder, and then restart Intellij IDEA so the changes take effect. * Copy the newly created archive file to the *.IntelliJIDEAx0\config\plugins* folder, and then restart IntelliJ IDEA so the changes take effect.
To know how to locate your *plugins* directory, refer to [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.html). To know how to locate your *plugins* directory, refer to [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.html).
![Jar File Location](deploying_plugin/img/jar_location.png) ![Jar File Location](deploying_plugin/img/jar_location.png)
@ -32,4 +32,4 @@ To deploy a plugin:
* When finished, click OK to close the Settings dialog box. * When finished, click OK to close the Settings dialog box.
* Restart *Intellij IDEA* so that your changes take effect. * Restart *IntelliJ IDEA* so that your changes take effect.