X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=docs%2Fgetting_started.md;h=aa4df892bb5173f74b04eb63bd44264d1c33774a;hb=e0efed041f09a7ec985a1cd80670711344887472;hp=987a3d178529a69414eacb8093a2237e944f10d2;hpb=f289c583ebb998cc3d595ef6490d6c4554cf12ae;p=Mograsim.git diff --git a/docs/getting_started.md b/docs/getting_started.md index 987a3d17..aa4df892 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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)