From 9110f06ed57a4f3991aa64092435ec4534ba6c64 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Fri, 17 Dec 2021 21:18:00 +0000 Subject: [PATCH] Update README.md Remove whitespace and rustup from fedora build section --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c84b7153..cef16c63 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,13 @@ 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` + `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` + `dnf install clang-devel systemd-devel` `make` `sudo make install`