Readme: correct lib/udev to etc/udev
This has been a bit of a mess. Older tutorials and tools installed in /lib/udev or /etc/udev, I chose /usr/local/lib/udev to split it from system and user-made rules. I wouldn't mind using /etc/udev but it should be done in a consistent way.
This is also somewhat out of the scope of this project, since these rules should be maintained by the drivers and finally packaged by distro maintainers. But since there hasn't been much development in that front, they're handled here.
I'm open to discuss further changes.
Sorry, the point here is for a manual install, rather than a package, you want to install to etc, as that is a user managed setting, as opposed to managed by the OS or package manager. Moving to a suggestion issue for now.