From 407a7b2d0a29a8e80715bc50bb386854f652ad99 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Fri, 13 Jul 2018 10:30:55 +0100 Subject: [PATCH] Document how to uninstall Issue #59. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6de0117..d51689e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ git submodule update --init --recursive This will also satisfy the build requirement `inih` by pulling it in as a git submodule. +To uninstall: +```systemctl --user stop gamemoded.service +cd build/ +ninja uninstall``` + --- ## Requesting GameMode