From c3dce81a575021cc788372e83026e6b6c2af27bd Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Fri, 13 Jul 2018 10:32:34 +0100 Subject: [PATCH] Further formatting fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8472a..4f02f6b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ 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 +```bash +systemctl --user stop gamemoded.service cd build/ ninja uninstall ```