mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Update README.md
Remove whitespace and rustup from fedora build section
This commit is contained in:
@@ -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`.
|
Requirements are rust >= 1.57 installed from rustup.io if the distro provided version is too old, and `make`.
|
||||||
|
|
||||||
**Ubuntu (unsuported):**
|
**Ubuntu (unsuported):**
|
||||||
`apt install libclang-dev libudev-dev`
|
`apt install libclang-dev libudev-dev`
|
||||||
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
||||||
`make`
|
`make`
|
||||||
`sudo make install`
|
`sudo make install`
|
||||||
|
|
||||||
**fedora:**
|
**fedora:**
|
||||||
`dnf install clang-devel systemd-devel`
|
`dnf install clang-devel systemd-devel`
|
||||||
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
|
||||||
`make`
|
`make`
|
||||||
`sudo make install`
|
`sudo make install`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user