Update README about running tests

This commit is contained in:
Winston Li 2016-09-12 14:26:56 +01:00
parent d225b8cbd9
commit d6f3682df4

View file

@ -3,9 +3,23 @@ writelatex-git-bridge
Required
--------
* `maven` (for building)
* `maven` (for building, running tests and packaging)
* `jdk-8` (for compiling and running)
Commands
--------
To be run from the base directory:
**Build jar**:
`mvn package`
**Run tests**:
`mvn test`
**Clean**:
`mvn clean`
Installation
------------