浏览代码

Update README.md

Added a section in the Build and Install section to test if its working correctly.
Gregory keenan 3 年之前
父节点
当前提交
db1a0e3ace
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -133,6 +133,10 @@ cd gamemode
 git checkout 1.6.1 # omit to build the master branch
 ./bootstrap.sh
 ```
+To test it installed correctly:
+```bash
+gamemoded -t
+```
 
 To uninstall:
 ```bash