From 5e7bdca8c43306fb5e7a8efe48a87d196a67b3fe Mon Sep 17 00:00:00 2001 From: derrod Date: Mon, 27 Apr 2020 12:46:22 +0200 Subject: [PATCH] Update README with info regarding Linux packages Closes #3 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4677720..dabef79 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ Right now it is in an early public testing stage and still needs a lot of work t ## How to run/install +### Package Manager + +Depending on your Distro legendary may be available via (unofficial) packages that can be directly installed using your package manager. +Check out the [Available Linux Packages](https://github.com/derrod/legendary/wiki/Available-Linux-Packages) wiki page for details. + +Currently this is limited to Arch Linux (AUR) but will hopefully be expanded to other distros rather soon. + ### Standalone Download the latest `legendary` or `legendary.exe` binary from [the latest release](https://github.com/derrod/legendary/releases/latest) and move it to somewhere in your `$PATH`/`%PATH%`. Don't forget to `chmod +x` it on Linux.