X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=README.md;h=0d0fb374c57913af0d038c3bbb8440b53a95279e;hb=44579bb24901da3443055d05d1a2335fa43dcb13;hp=fb327b1b5cc8d406fbf07cf5a0f4cff144482d78;hpb=2daced3b073b5c2ecaa17ccd7575e5c4276bdadf;p=evhz diff --git a/README.md b/README.md index fb327b1..0d0fb37 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,14 @@ 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 + + +Bugs, patches, requests, etc. are welcome.