doc update
[evhz] / README.md
1 evhz
2 ====
3
4 Display the current mouse refresh rate under evdev linux system.
5
6 It is sufficient to simply download evhz.c vs cloning the repo.
7
8 To compile and run:
9
10 gcc -o evhz evhz.c
11
12 sudo ./evhz
13
14 Nonverbose mode = -n
15
16 Bugs, patches, requests, etc. are welcome.
17
18 Last tested 7/2014 on Fedora 20. Still working great.