From 86f971e5b21b6f8a820d2d7c7bad5f345a0570c4 Mon Sep 17 00:00:00 2001 From: ilyazzz Date: Wed, 24 Mar 2021 18:18:54 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 52c8f5a..b5bfd03 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,18 @@ Currently missing: # Installation -- Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact-git/) -- Anything else: - - Install dependencies: - - Ubuntu/Debian: `sudo apt install cargo rustc libvulkan-dev git libgtk-3-dev make` - - Fedora: `sudo dnf install git gtk3-devel rust cargo vulkan-headers perl-FindBin perl-File-Compare` +- Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact/) (or the -git version) +- Debian/Ubuntu/Pop_OS: Download a .deb from [releases](https://github.com/ilyazzz/LACT/releases/). Warning: it has not been tested heavily +- Otherwise, build from source: - - `git clone https://github.com/ilyazzz/LACT && cd LACT` - - `./deploy.sh` + +# Building from source +- Install dependencies: + - Ubuntu/Debian: `sudo apt install cargo rustc libvulkan-dev git libgtk-3-dev make` + - Fedora: `sudo dnf install git gtk3-devel rust cargo vulkan-headers perl-FindBin perl-File-Compare` + +- `git clone https://github.com/ilyazzz/LACT && cd LACT` +- `./deploy.sh` # Usage