From 75864d33a64dbb134de3b96550bdfac06a013402 Mon Sep 17 00:00:00 2001 From: Ankush Mishra Date: Wed, 19 Jan 2022 17:57:06 +0000 Subject: [PATCH] Fixed formatting of install instructions --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b24b0ad4..a3f5d6e5 100644 --- a/README.md +++ b/README.md @@ -60,16 +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` - `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` - `make` - `sudo make install` +**Ubuntu (unsuported):** -**fedora:** - `dnf install clang-devel systemd-devel` - `make` - `sudo make install` + 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 + make + sudo make install ## Installing - Fedora copr = https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/