From 893de78a6984403bc0ae1843299372295fdb3fab Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Fri, 24 May 2024 17:01:20 -0500 Subject: [PATCH] fixed formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5dd2c..f07b975 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ pss-total [OPTIONS] - `-h`, `--help`: print this help message. -# Building +## Building Build for debug/development: `ninja debug` + Build for production: `ninja release` Install: `ninja release && sudo sh install.sh` + Uninstall: `sudo sh uninstall.sh`