README.md

This commit is contained in:
Harald Hoyer 2016-08-30 20:50:32 +02:00
parent 0d46401a74
commit 3f2f50e60e

View file

@ -1 +1,10 @@
scratch repo for some ideas
```bash
$ git clone https://github.com/haraldh/opretj.git
$ cd opretj
$ mvn install
$ cd opret-testapp
$ mvn exec:java -Dexec.args='--net=TEST'
```