# bud Simple monthly budget tracker `bud` is a simple monthly budget tracker that is designed solely to keep track of known, routine expenses. It is a simple afternoon project that has become a reliable way for me to avoid using spreadsheets to organize regular expenses. ## Installation `bud` requires a working Go toolchain. [scdoc](https://git.sr.ht/~sircmpwn/scdoc) is required if you want to build the man page. ``` make sudo make install ``` See the Makefile for more. ## Configuration See bud(1) for details.