From 27ec6eb76b9b7a455e6090b12c3516966fe95e20 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Fri, 24 May 2024 17:00:08 -0500 Subject: [PATCH] added build instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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` +