Skip to content

Commit

Permalink
Update README with Maven build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ao committed Jul 28, 2019
1 parent 7b8e17e commit bef260a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Yes, of course you can!

`git clone https://github.com/ao/ADD.git`

### Using IntelliJ?

`Open in IntelliJ IDEA.`

`Edit configurations..`
Expand All @@ -40,5 +42,12 @@ Set the `classpath` to `ADD` and the `Main class` to `gl.ao.add.ADD`

`Run the application!`

### Using Maven on the commandline?

`mvn clean install`

`java -jar target/add-1.0-SNAPSHOT.jar`

## Problems?
[Create an issue](https://github.com/ao/ADD/issues/new) if you need help
[Create an issue](https://github.com/ao/ADD/issues/new) if you need help

0 comments on commit bef260a

Please sign in to comment.