From 5c47b744f51eb307f5ca73bd0036d12c9836934b Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Fri, 8 Nov 2019 22:20:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 303bc7c..dd68d00 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,20 @@ mcrcon is console based Minecraft [rcon](https://developer.valvesoftware.com/wik ### Installing: -from sources: +##### via packet manager: +See https://pkgs.org/download/mcrcon for available packages in various Linux distros. + +- Gentoo Linux: https://packages.gentoo.org/packages/games-util/mcrcon +- Arch Linux: https://aur.archlinux.org/packages/mcrcon/ + +##### from sources: ```sh git clone https://github.com/Tiiffi/mcrcon.git cd mcrcon make sudo make install ``` -Check **INSTALL.md** for more details. +Check [INSTALL.md](INSTALL.md) for more details. You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/releases/latest