README.md (view raw)
1# gnotif 2 3A simple dbus monitor to see desktop notifications in the terminal. 4 5## Install 6 7Firstly, install `go` on your machine. 8Then: 9 10```bash 11go install git.5ika.ch/gnotif.git@latest 12```