Updated README.md

This commit is contained in:
Daniel Brunner
2018-10-07 22:19:48 +02:00
parent 82e643090d
commit 2d12fa3d6d

View File

@ -16,5 +16,5 @@ cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbTictactoe
make sub-DbTictactoe-install_subtargets
./bin/serialserver
./bin/tictactoe
```