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