Skip to content

Commit

Permalink
Added some highlighting for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
joonspoon authored Nov 20, 2019
1 parent 91fb8fb commit 6ce6454
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6ce6454

Please sign in to comment.