diff --git a/README.md b/README.md index 10712aa..9998216 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,11 @@ And also as a way to re-familiarize myself with Git. It was in no way intended to follow best practices in IntelliJ plugin development guidelines. It doesn't use the new Kotlin/Gradle approach and it does all operations directly to the filesystem using java.io instead of using IntelliJ's built-in Virtual Filesystem, PSI system and templating. -
+To use the plugin, download the latest release and drop it inside the plugins folder of your IntelliJ. +Ideally using this hierarchy: plugins/senn-ij-aem-comp-gen/lib/senn-ij-aem-comp-gen.jar but that's not required. +Then start IntelliJ and rightclick on a folder or file and you should see the New > AEM Component Files option. +

If you do use this plugin, feel free to let me know!
Cheers,
Bart