Update installation instructions in README

pull/22/head
nirenjan 2020-05-30 16:38:27 -07:00
parent b0a07fe364
commit e5ce827d7e
1 changed files with 7 additions and 1 deletions

View File

@ -49,5 +49,11 @@ the utilities, you will need the following packages:
1. Clone the repository
2. Run autogen.sh
3. Run configure; make and sudo make install.
3. Run the following commands:
```
./configure \
--prefix=/usr \
--with-udevrulesdir=$(pkg-config --variable=udevdir)/rules.d
make && sudo make install
```