fix handlig of string /dev/input/event[10..49]
[evhz] / README.md
index fb327b1b5cc8d406fbf07cf5a0f4cff144482d78..41bf35181cc8a3d5114d4ff37e001747c6935128 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,3 +2,15 @@ evhz
 ====
 
 Display the current mouse refresh rate under evdev linux system.
+
+It is sufficient to simply download evhz.c vs cloning the repo.
+
+To compile and run:
+
+gcc -o evhz evhz.c
+
+sudo ./evhz
+
+Nonverbose mode = -n
+
+Bugs, patches, requests, etc. are welcome.