Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronelmore committed Jan 4, 2017
1 parent 5fe6658 commit 42637ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ You will need to edit HW0Runner and implement an implementation of the Container
If you have never worked with interfaces see:
https://www.tutorialspoint.com/java/java_interfaces.htm

We have included [Section 1.2](#eclipse) on using the project with Eclipse.
We have included [a section](#eclipse) on using the project with Eclipse.

Start by downloading the code for lab 1 from the course GitHub repository by following the
instructions [here](https://github.com/MIT-DB-Class/course-info).

Start by cloning the hw0 repo and downloading the code for hw0 from the course GitHub

## Running Tests

SimpleDB and HW0 uses the [Ant build tool](http://ant.apache.org/) to compile the code and run tests.
Ant is similar to [make](http://www.gnu.org/software/make/manual/), but
Expand Down Expand Up @@ -95,7 +96,7 @@ by copying from build.xml, modifying targets and arguments and renaming it to, s

<a name="eclipse"></a>

### 1.2. Working in Eclipse
### Working in Eclipse

[Eclipse](http://www.eclipse.org) is a graphical software
development environment that you might be more comfortable with working in.
Expand Down

0 comments on commit 42637ce

Please sign in to comment.