diff --git a/README.md b/README.md index 7cd21e4..d127297 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ git submodule update --init --recursive 3rdparty/Quazip DbSketch DbZeiterfassung cd .. mkdir build_DbSoftware cd build_DbSoftware -qmake CONFIG+=ccache ../DbSoftware -make -j$(nproc) sub-DbZeiterfassung -make sub-DbZeiterfassung-install_subtargets +cmake ../DbSoftware +make -j$(nproc) ./bin/zeiterfassung ```