X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=README.md;h=f7031a46e2cb2937348ae304248ebce387568d56;hb=3f220100b4be4fa162f33b1434b55ce982be7be3;hp=012fe2515c3e2255cc5e79d8bf8d6ce02acb99b3;hpb=76c2b3eab6cec47490bb75713356152deb5d07ed;p=Mograsim.git diff --git a/README.md b/README.md index 012fe251..f7031a46 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It assumes you know nothing about Eclipse Plug-In development, Maven, or Git. 1. [Java 11 JDK](http://jdk.java.net/java-se-ri/11) [(or Oracle Implementation)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 2. [Eclipse 2019-03 or later](https://www.eclipse.org/downloads/) -3. (optional) [Git](https://git-scm.com/downloads) +3. _(optional)_ [Git](https://git-scm.com/downloads) ## Install PDE (Plugin Development Environment) @@ -40,14 +40,14 @@ It assumes you know nothing about Eclipse Plug-In development, Maven, or Git. Can be done via Git or via EGit (Eclipse Git). -### a) via EGit (Eclipse integration) +### a) via EGit 1. In Eclipse, click on "Window" -> "Show View" -> "Other..." -2. Select "Git Repositories" (expand "Git" to see it) +2. Select "Git Repositories" (expand "Git" to see it); click on "Open" 3. In the "Git Repositories" view, click on "Clone a Git repository" 4. Enter the repository URL ("Host", "Repository path", and "Protocol" should fill automatically); click on "Next >" -5. Select only "development"; click on "Next >" +5. Select only "master"; click on "Next >" 6. Enter the directory you want the Mograsim projects to be saved in 7. Tick "Clone submodules" and "Import all existing Eclipse projects after clone finishes"; click on "Finish" @@ -55,7 +55,7 @@ Can be done via Git or via EGit (Eclipse Git). ### b) via Git (requires Git to be installed) 1. In a command prompt (Terminal on Linux; git-bash on Windows), execute `git clone - --recurse-submodules --single-branch -b development ` + --recurse-submodules --single-branch -b master ` 2. _(optional)_ Import the repository in Eclipse: 1. In Eclipse, open the "Git Repositories" view as described in the first two steps in **a)**