Update README.md

This commit is contained in:
2023-02-15 01:17:02 +01:00
committed by GitHub
parent 64cff3ce78
commit 7c580d53b4

View File

@@ -6,7 +6,7 @@ A qt quick application to control dmx moving heads / lights / fog machines (runn
``` ```
mkdir build mkdir build
cd build cd build
qmake6 .. cmake ..
make -j4096 make -j4096
./applightcontrol ./applightcontrol
``` ```