Update getting_started.md
[Mograsim.git] / docs / getting_started.md
index 987a3d1..aa4df89 100644 (file)
@@ -7,11 +7,18 @@
 
 ## Install Mograsim
 
+### Via the Eclipse Marketplace
+1. Start Eclipse.
+2. Go to "Help" -> "Eclipse Marketplace...".
+3. Search for "Mograsim"
+4. Click on "Install" and follow the instructions.
+
+### Manually via an updatesite
 1. Start Eclipse.
 2. Go to "Help" -> "Install New Software...".
 3. Add the Mograsim update site:
        1. Click on "Add...".
-       2. Next to "Location:", enter the update site address. Currently, this is http://vmschulz34.in.tum.de/updatesite/. This address could, however, change in the future.
+       2. Next to "Location:", enter the update site address. Currently, this is https://mograsim.net/updatesite/. This address could, however, change in the future.
        3. Click on "Add".
 1. Tick "Mograsim".
 2. Click on "Next >" two times, read and accept the license, and click on "Finish".
@@ -36,7 +43,7 @@ Alternatively, you can create a general Project and add the Mograsim nature to t
 2. Go to the "Project Natures" page, click on "Add...". If a confirmation dialog pops up, confirm.
 3. Select "Mograsim Project Nature"; click on "OK".
 4. Click on "Apply and Close" and re-open the properties dialog.
-5. Go to the new "Mograsim" page, select "Am2900Simple", click on "Apply and Close".
+5. Go to the new "Mograsim" page, select "Am2900Teaching", click on "Apply and Close".
 
 ## Write a MPM file (containing the microprogram)