diff --git a/README.md b/README.md index a9df066..37c84be 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,13 @@ Plasma >= 6.0. You will need qt6, kf6 and kwin development packages. # Manual installation -``` +```bash git clone https://github.com/a-parhom/LightlyShaders cd LightlyShaders; +git checkout plasma6; + mkdir qt6build; cd qt6build; cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make && sudo make install ```