浏览代码

Further formatting fixes

Alex Smith 6 年之前
父节点
当前提交
f6786ed5d2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
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
 ```