git clone https://github.com/auth-xyz/clicky
cd clicky/
meson setup build
ninja -C build
sudo ninja install -C buildOne thing worth mentioning here:
If you are installing the library, make sure to link it when compiling using the -lclicky flag.
(ex: g++ somefile.cpp -lclicky)
You can find the documentation here
If you think my code is shit, it's because it most likely is, and if you have any advice for me on how to improve my code, please reach out on discord <actually.auth>, or create an issue on this repo.
