Explorar o código

Update README about running tests

Winston Li %!s(int64=10) %!d(string=hai) anos
pai
achega
d6f3682df4
Modificáronse 1 ficheiros con 15 adicións e 1 borrados
  1. 15 1
      services/git-bridge/README.md

+ 15 - 1
services/git-bridge/README.md

@@ -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
 ------------