wiki/howto/onboarding.md
... ...
@@ -25,7 +25,7 @@ First of all, make sure you've looked at http://www.amazon.de/Patterns-Elements-
25 25
26 26
The necessary Eclipse plugins described above can be automatically be installed into a newly unzipped version of [Eclipse IDE for Eclipse Committers 4.6.2 "Neon.2"](http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neon2) by using the script "configuration/installPluginsForEclipseNeon.sh". In addition, the script applies some updates to plugins packaged with Eclipse itself. To start the plugin installation, run the following command using your Eclipse installation directory as command line parameter for the script:
27 27
28
- ./installPluginsForEclipseLuna.sh "/some/path/on/my/computer/eclipse"
28
+ ./installPluginsForEclipseNeon.sh "/some/path/on/my/computer/eclipse"
29 29
30 30
Be aware that with this script it's not possible to update the plugins to newer versions. Instead you can install a new version by unpacking the base package and executing the script.
31 31