Update README.md

This commit is contained in:
Peter Ross
2021-12-16 15:16:35 +00:00
parent e739cddd6a
commit 9388cbde5d

View File

@@ -60,9 +60,18 @@ will probably suffer another rename once it becomes generic enough to do so.
Requirements are rust >= 1.57 installed from rustup.io if the distro provided version is too old, and `make`.
**Ubuntu (unsuported):** `apt install libclang-dev libudev-dev`
**Ubuntu (unsuported):**
`apt install libclang-dev libudev-dev`
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
`make`
`sudo make install`
**fedora:** `dnf install clang-devel systemd-devel`
**fedora:**
`dnf install clang-devel systemd-devel`
`apt install libclang-dev libudev-dev`
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
`make`
`sudo make install`
## Installing
-