diff --git a/README.md b/README.md index 256c5e4..00ada55 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # DbZeiterfassung DbZeiterfassung git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware) + +# Building from source +```Shell +git clone --recursive https://github.com/0xFEEDC0DE64/DbSoftware.git +mkdir build_DbSoftware +cd build_DbSoftware +qmake CONFIG+=ccache ../DbSoftware +make -j$(nproc) sub-DbZeiterfassung sub-DbZeiterfassung-install_subtargets +./bin/zeiterfassung +``` \ No newline at end of file