diff --git a/README.md b/README.md index 9d6dbf9..9f5dd2c 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ pss-total [OPTIONS] ### Options - `-p`, `--pretty`: format output using sensible units: KiB, MiB, or GiB. - `-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` +