diff --git a/sdk/jme3-core/javahelp/com/jme3/gde/core/docs/core-updating.html b/sdk/jme3-core/javahelp/com/jme3/gde/core/docs/core-updating.html
index 23ab9e47f..0bb44c532 100644
--- a/sdk/jme3-core/javahelp/com/jme3/gde/core/docs/core-updating.html
+++ b/sdk/jme3-core/javahelp/com/jme3/gde/core/docs/core-updating.html
@@ -36,19 +36,31 @@
- Automatically Updating jMonkeyEngine SDK
- The jMonkeyEngine Game Development Environment includes an automatic web update feature.
- You will automatically be notified about updates to the engine and editors.
- To have your complete SDK being updated to the most current nightly version of jME3 and jMP do the following:
-
- - Go to Tools→Plugins
- - Select the “Settings” tab
- - Select the checkbox for “jMonkeyEngine Nightly”
- - Select the “Updates” tab
- - Press “Reload Catalog”
- - Press “Update”
-
- There you go, the jMP will check for updates in the intervals set on the “Settings” tab.
- Be warned however, the changes in the nightly versions might break your current game project if heavy changes have been committed.
+
+
The jMonkeyPlatform software includes an automatic web update feature. To run an update, simply go to Help→Check for Updates and you will get the most current stable update of the SDK and the engine. By default the IDE will check every week for new update and inform you about them with a symbol in the lower right.
You can test the nightly version with all the latest untested features to give feedback to the developers. Be warned however, the changes in the nightly versions might break your current game project if heavy changes have been committed.
To make sure that you do not break your current development environment it is recommended to use a separate application and settings directory for the nightly version.
Copy the whole application (folder) to a new name like jmonkeyplatform_nightly.
Edit the file jmonkeyplatform.conf in the etc directory of the folder. Mac users have to right-click the application and select "Show package contents" and then navigate to Contents/Resources/jmonkeyplatform.
Change the default_userdir or default_mac_userdir from "${HOME}/.${APPNAME}/version" to something like "${HOME}/.${APPNAME}/nightly".
Then start the new application and have your SDK being updated to the most current nightly version:
Go to Tools→Plugins
Select the "Settings" tab
Select the checkbox for "jMonkeyPlatform nightly svn"
Make sure the "force install to shared directories" checkbox is selected
Select the "Updates" tab
Press "Reload Catalog"
Press "Update"