[misc] add documentation on how to run commands from the dev-environment

This commit is contained in:
Jakob Ackermann 2020-03-11 11:46:46 +01:00
parent f98212e96b
commit 090e58a953

View file

@ -20,6 +20,17 @@ To be run from the base directory:
**Clean**:
`mvn clean`
To be run from the dev-environment:
**Build jar**:
`bin/run git-bridge make package`
**Run tests**:
`bin/run git-bridge make test`
**Clean**:
`bin/run git-bridge make clean`
Installation
------------