From 9388cbde5da97d63ed553292036a9c3b759cd7fd Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Thu, 16 Dec 2021 15:16:35 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f742317e..cb09f636 100644 --- a/README.md +++ b/README.md @@ -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 - From c96e1babe5c13372f07d92a442884d7001120aea Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Thu, 16 Dec 2021 15:23:08 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cb09f636..c84b7153 100644 --- a/README.md +++ b/README.md @@ -60,21 +60,19 @@ 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` - `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` - `make` +**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` - `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` + `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` + `make` + `sudo make install` ## Installing -- - Fedora copr = https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/ - openSUSE = https://download.opensuse.org/repositories/home:/luke_nukem:/asus/ - Ubuntu = not supported due to packaging woes, but you can build and install on your own.