Further formatting fixes

This commit is contained in:
Alex Smith
2018-07-13 10:32:34 +01:00
parent e3eb136dbe
commit c3dce81a57

View File

@@ -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
```