picom
picom copied to clipboard
docs(readme): add cmake & git as build dependencies
When running meson setup --buildtype=release build on a fresh Debian install (in distrobox) I got 2 errors:
- one about git and not being able to clone some dependency
- the other one about cmake (self-explanatory)
So i added
cmakeandgitto the dependencies inREADME.md.