From 6ce645400006c39b1764dd683ed0d16d627f3b01 Mon Sep 17 00:00:00 2001 From: June Clarke Date: Tue, 19 Nov 2019 18:31:11 -0800 Subject: [PATCH] Added some highlighting for clarity. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 699a40b..9ceb988 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ ### [Option A] To get the code running in Eclipse: 1. Click on the ![download](https://github.com/joonspoon/madecraft-oop/blob/master/doc/download.png) button above, then "Download ZIP". 2. Unpack the zip file on your computer. This will create a folder called madecraft-oop-master. -3. From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the madecraft-oop-master directory. +3. From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the **madecraft-oop-master** directory. ### [Option B] To get your own copy of the code: 0. Extra pre-requisite: [Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -1. Click on the ![fork](https://github.com/joonspoon/madecraft-oop/blob/master/doc/git%20fork%20button.png) button above. This will copy this repository into your user account. +1. Click on the ![fork](https://github.com/joonspoon/madecraft-oop/blob/master/doc/git%20fork%20button.png) button above. This repository will be copied into your user account. 2. From your command line ("Terminal" on Mac, "Command Prompt" in Windows), navigate into your `eclipse-workspace` directory. -3. Copy the repository URL from the address bar at the top of this page, and type: `git clone [paste-your-repository-url]` -4. From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the `madecraft-oop` directory. -5. When you want to upload your changes back to GitHub, [this video](https://www.youtube.com/watch?v=POGzh6epq7A) will show you how. +3. Copy the repository URL from the address bar at the top of this page, and type: **`git clone [paste-your-repository-url]`** +4. From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the **madecraft-oop** directory. +5. When you're ready to upload your changes back to GitHub, [this video](https://www.youtube.com/watch?v=POGzh6epq7A) will show you how.