From cd6c081ef8584b826a2e559073cbcca9c384b85e Mon Sep 17 00:00:00 2001 From: ilyazzz Date: Tue, 2 Mar 2021 17:38:12 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d6f9000..550cfec 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This application allows you to control your AMD GPU on a Linux system. | | | | |----------------------------------------------|----------------------------------------------|---------------------------------------------| -|![Screenshot](https://i.imgur.com/AqwkWKT.png)|![Screenshot](https://i.imgur.com/3VpQ0vC.png)|![Screenshot](https://i.imgur.com/okW7aq2.png) +|![Screenshot](https://i.imgur.com/crEN4az.png)|![Screenshot](https://i.imgur.com/x7fTKpT.png)|![Screenshot](https://i.imgur.com/idAER4B.png) Current features: @@ -23,18 +23,14 @@ Currently missing: # Installation - Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact-git/) -- Fedora: - - `sudo dnf install git gtk3-devel rust cargo vulkan-headers` - - `git clone https://github.com/ilyazzz/LACT && cd LACT` - - `./deploy.sh` -- Ubuntu/Debian: - - `sudo apt install cargo rustc libvulkan-dev git libgtk3-dev` - - `git clone https://github.com/ilyazzz/LACT && cd LACT` - - `./deploy.sh` - Anything else: - - Install a rust toolchain, gtk3 dev headers and vulkan header - - Clone the repo - - ./deploy.sh + - Install dependencies: + - Ubuntu/Debian: `sudo apt install cargo rustc libvulkan-dev git libgtk3-dev` + - Fedora: `sudo dnf install git gtk3-devel rust cargo vulkan-headers` + + - `git clone https://github.com/ilyazzz/LACT && cd LACT` + - `./deploy.sh` + # Usage @@ -93,4 +89,4 @@ There is also a cli available. 60C°: 50% 80C°: 88% 100C°: 100% - ``` \ No newline at end of file + ```