Update install instructions in INSTALL.md

Fixes #24
pull/26/head
nirenjan 2020-12-25 13:53:37 -08:00 committed by GitHub
parent 1df4f29d4e
commit 59c4643474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ You will also need the following packages to run the unit tests:
```
./configure \
--prefix=/usr \
--with-udevrulesdir=$(pkg-config --variable=udevdir)/rules.d
--with-udevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d
make && sudo make install
```