Update README.md

Added a section in the Build and Install section to test if its working correctly.
This commit is contained in:
Gregory keenan 2022-03-28 20:21:38 +01:00 committed by afayaz-feral
parent 01b849a518
commit db1a0e3ace

View File

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