tutorial fixed

This commit is contained in:
Uwe Rathmann 2021-06-24 09:46:35 +02:00
parent ac8f16ab1a
commit 54f689b9a4

View File

@ -21,7 +21,7 @@ Then we can build and install QSkinny to `/opt/qskinny` with the following comma
cd /home/user/dev/
git clone https://github.com/uwerat/qskinny.git
cd qskinny
PREFIX=/opt/qskinny qmake
PREFIX=/opt/qskinny qmake -r
make
sudo make install
....