Skip to content

Commit

Permalink
Show mx ideinit instead of mx eclipseinit
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw committed Jan 24, 2018
1 parent 8fad4f6 commit 3d34db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substratevm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In the main directory, invoke `mx help` to see the list of commands. Most of the

* `build`: Compile all Java and native code.
* `clean`: Remove all compilation artifacts.
* `eclipseinit`: Create Eclipse projects. See the *Eclipse* section [here](../compiler/docs/IDEs.md) for more details.
* `ideinit`: Create project files for Eclipse and other common IDEs. See the [documentation on IDE integration](../compiler/docs/IDEs.md) for details.

## Building images

Expand Down

0 comments on commit 3d34db3

Please sign in to comment.