Skip to content

Commit 0e5dfe7

Browse files
authored
Merge pull request #156 from UCSDOalads/develop
update README Install Command: ant
2 parents a829e27 + 271557e commit 0e5dfe7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ These instructions will get you a copy of the project up and running on your loc
1616
### Prerequisites
1717

1818
```
19-
Eclipse for Java (Eclipse Neon recommended)
20-
Java System Library [JavaSE 1.8]
19+
Java Runtime Environment, J2SE 1.8
20+
Ant Build Tool
2121
```
2222

2323
### Installing
@@ -27,6 +27,7 @@ git clone the project through “github.com/UCSDOalads/JavaSketchPad” or throu
2727
```
2828
git clone https://github.com/UCSDOalads/JavaSketchPad.git
2929
cd JavaSketchPad
30+
ant run
3031
```
3132

3233

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</target>
1414

1515
<target name="run" depends="compile" description="Running the program">
16+
<java classname="ui.JavaSketchPad" fork="true" classpath="${build.dir}"/>
1617
</target>
1718

1819
<target name="clean">

0 commit comments

Comments
 (0)