Skip to content

Commit a1a4d30

Browse files
authored
Merge pull request magento#412 from nuclearhead/3.0.0-develop
Added explanation for Gradle, typo fix
2 parents 695db83 + 82d0c9e commit a1a4d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ This is a PhpStorm IDE plugin for a better Magento 2 development workflow. It is
3939
1. Check out this repository
4040
1. Open a folder with the project in the IntelliJ Ultimate using the `open` action button.
4141
1. Make sure that you on the latest develop branch (e.g `1.0.0-develop`)
42-
1. Right-click on the `build.gradle` file, choose "Import Gradle project"
43-
1. When the Gradle sections appeared in the right bar, navigate there and right-click `magento-2-php-storm-plguin > Tasks -> Intellij -> runIde`
42+
1. Right-click on the `build.gradle` file, choose "Import Gradle project" (you need to have Gradle plugin installed)
43+
1. When the Gradle sections appeared in the right bar, navigate there and right-click `magento-2-php-storm-plugin > Tasks -> Intellij -> runIde`
4444
1. Click `Run "magento-2-php-storm-plugin"` to run the plugin. You should see a new instance of IntelliJ launched with the plugin installed. Make sure the plugin is enabled in IntelliJ settings and indexing is finished. Plugin features should be accessible at this point.
4545

4646
## How to contribute

0 commit comments

Comments
 (0)