We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9a809 commit 9c9b7a1Copy full SHA for 9c9b7a1
README.md
@@ -2,7 +2,7 @@
2
Change the sensitivity of your trackpoint with no hassle
3
4
# How to use?
5
-1) clone the repo `git clone https://github.com/Fuchsiaff/simple_sensitivity.git`
6
-2) cd to release directory `cd simple_sensitivity && cd release`
7
-3) make the file into an elf executable `chmod +x ./simple_sens`
8
-4) run it `./simple_sens`
+1) go to the releases tab and download the binary and the parse.py file
+2) make sure they're in the same directory (the binary and the parse.py file)
+3) make the binary into an executable `sudo chmod +x ./simple_sens`
+4) run it `./simple_sens
0 commit comments