From 1f35efab0fc76a9543242ff908f69bd764fc7ee9 Mon Sep 17 00:00:00 2001 From: Artem Date: Sat, 7 Sep 2019 13:24:12 +0000 Subject: [PATCH 1/2] Add Fedora installation info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce401cef4a..46742f3fdd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ As of 0.2, due to rapid developement stable versions are **outdated** and **inco If you want to compile Veloren yourself, take a look at the [How to Compile Guide](https://book.veloren.net/compile/index.html) in the book. +### Packaging status + +#### Fedora + +[COPR repo](https://copr.fedorainfracloud.org/coprs/atim/veloren/): `sudo dnf copr enable atim/veloren -y && sudo dnf install veloren -y` + ## F.A.Q. ### **Q:** How is this game licensed? From 93bfde51c3875fd45ccde9e8069201d77ec27b85 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 11 Sep 2019 14:52:09 -0400 Subject: [PATCH 2/2] Added Mckol's arch info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 46742f3fdd..ec26b47bb1 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ If you want to compile Veloren yourself, take a look at the [How to Compile Guid [COPR repo](https://copr.fedorainfracloud.org/coprs/atim/veloren/): `sudo dnf copr enable atim/veloren -y && sudo dnf install veloren -y` +#### Arch + +[AUR latest binary release](https://aur.archlinux.org/packages/veloren-bin/): `yay -Sy veloren-bin` +[AUR latest release](https://aur.archlinux.org/packages/veloren/): `yay -Sy veloren` +[AUR latest master](https://aur.archlinux.org/packages/veloren-git): `yay -Sy veloren-git` + ## F.A.Q. ### **Q:** How is this game licensed?