### Build and Install wlgreet Source: https://github.com/~kennylevinsen/wlgreet/blob/master/README.md Instructions for building the wlgreet project in release mode and copying the executable to a common system path. ```bash cargo build --release cp target/release/wlgreet /usr/local/bin/ ```