added build instructions

This commit is contained in:
Noah Swerhun 2024-05-24 17:00:08 -05:00
parent 26c0d4146c
commit 27ec6eb76b

View file

@ -10,3 +10,13 @@ pss-total [OPTIONS]
### Options ### Options
- `-p`, `--pretty`: format output using sensible units: KiB, MiB, or GiB. - `-p`, `--pretty`: format output using sensible units: KiB, MiB, or GiB.
- `-h`, `--help`: print this help message. - `-h`, `--help`: print this help message.
# Building
Build for debug/development: `ninja debug`
Build for production: `ninja release`
Install: `ninja release && sudo sh install.sh`
Uninstall: `sudo sh uninstall.sh`