From cf1d6c677d5588e38eadf988e8f33dc3bcf298f6 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Thu, 18 Jan 2024 08:44:06 -0700 Subject: [PATCH] fix readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 68a3c92..130c77a 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,13 @@ A launcher for a space themed game # Install instructions To build this app + meson . _build + To install + sudo ninja -C _build install + To uninstall + sudo ninja -C _build uninstall