diff --git a/README.md b/README.md index 1ba8ffd282..d801468c04 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,15 @@ $ ninja -C build install Default install prefix is `/usr/local`, you can change it with `meson configure -Dprefix= build` +#### Void Linux +``` +git clone https://gitlab.com/nesstero/template-void-picom-zero +mv template-void-picom-zero /srcpkgs/picom-zero +cd +./xbps-src pkg picom-zero +sudo xbps-install --repository=hostdir/binpkgs picom-zero +``` + ## Running To launch with all animations as a background process you can use: `picom --animations -b`