mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Merge branch 'ankushmishra9-main-patch-66732' into 'main'
Fixed formatting of install instructions See merge request asus-linux/asusctl!96
This commit is contained in:
20
README.md
20
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`.
|
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`
|
|
||||||
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
|
||||||
`make`
|
|
||||||
`sudo make install`
|
|
||||||
|
|
||||||
**fedora:**
|
apt install libclang-dev libudev-dev
|
||||||
`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
|
||||||
|
|
||||||
|
**fedora:**
|
||||||
|
|
||||||
|
dnf install clang-devel systemd-devel
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
- Fedora copr = https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/
|
- Fedora copr = https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/
|
||||||
|
|||||||
Reference in New Issue
Block a user