Skip to content

Commit

Permalink
Use the correct IntelliJ init command
Browse files Browse the repository at this point in the history
  • Loading branch information
vjovanov committed Jan 4, 2017
1 parent 3cb2e3f commit c4f207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IDEs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Open IntelliJ and go to "Preferences > Plugins > Browse Repositories". Install t
* [Save Actions](https://plugins.jetbrains.com/plugin/7642): allows code reformatting on save similar to Eclipse
* [FindBugs-IDEA](https://plugins.jetbrains.com/plugin/3847): looks for suspicious code

Make sure you have [`mx`](https://github.com/graalvm/mx) installed and updated (`mx update`). Then, to initialize IntelliJ project files, go to the root of your project and invoke: `mx ideinit`
Make sure you have [`mx`](https://github.com/graalvm/mx) installed and updated (`mx update`). Then, to initialize IntelliJ project files, go to the root of your project and invoke: `mx intellijinit`

Open the folder of your freshly initialized project from IntelliJ (*IntelliJ IDEA > File > Open…*). All depending projects will be included automatically.

Expand Down

0 comments on commit c4f207a

Please sign in to comment.