From fbfbbd49d35eaffd3c1dd6eceb465839922fb707 Mon Sep 17 00:00:00 2001 From: dokutan <54861821+dokutan@users.noreply.github.com> Date: Sun, 1 Dec 2019 00:09:48 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27330e7..7c5976c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Control the Redragon M908 Impact gaming mouse from Linux sudo make install `` - Restart to get userspace access to the mouse via the installed udev rule +- Upgrade an existing installation with +`` +sudo make upgrade +`` +- Uninstall with +`` +sudo make uninstall +`` ## Usage The settings are stored in a file and applied all at once. See example.ini and keymap.md @@ -28,4 +36,4 @@ mouse_m908 -h `` ## TODO -Button remapping is not (yet) fully supported: macros --and keyboard keys-- aren't implemented. +Button remapping is not (yet) fully supported: macros ~~and keyboard keys~~ aren't implemented.