From f60cb919d47d2e8fae52ef32c941c1a18a53aa06 Mon Sep 17 00:00:00 2001 From: illiliti Date: Wed, 5 Aug 2020 01:10:34 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8552013..45d8eec 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,15 @@ Installation ```sh make -make PREFIX=/usr install # overwrites existing udev libraries if any +make PREFIX=/usr install # will overwrite existing udev libraries if any +# rebuild all packages which depends on udev +# here we go ! ``` TODO ---- -* [x] speed up udev_enumerate_scan_devices() +* [x] speed up performance * [ ] implement hotplugging support Donate