From e96b2eff6ed19284a4b7c1ffd0535fed42d5f4c7 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Thu, 7 Nov 2024 13:54:40 +0200 Subject: [PATCH] Remove broken Travis CI links and update package list --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9961fab..93f56e4 100644 --- a/README.md +++ b/README.md @@ -6,24 +6,30 @@ mcrcon is console based Minecraft [rcon](https://developer.valvesoftware.com/wik ### Installing: -##### via packet manager: -See https://pkgs.org/download/mcrcon for available packages in various Linux distros (note that available packages might be outdated). +##### via package manager: +See https://pkgs.org/download/mcrcon and https://repology.org/project/mcrcon/packages for available packages in various Linux distros (note that some packages might be outdated). -- Gentoo Linux: https://packages.gentoo.org/packages/games-util/mcrcon -- Arch Linux: https://aur.archlinux.org/packages/mcrcon/ +- Fedora: https://packages.fedoraproject.org/pkgs/mcrcon/mcrcon/ +- Gentoo: https://packages.gentoo.org/packages/games-util/mcrcon +- Arch: https://aur.archlinux.org/packages/mcrcon/ +- NixOS: https://search.nixos.org/packages?show=mcrcon +- Snapcraft: https://snapcraft.io/mcrcon-nsg +- Scoop: https://scoop.sh/#/apps?q=mcrcon ##### building from sources: ```sh git clone https://github.com/Tiiffi/mcrcon.git cd mcrcon make + +# install is optional sudo make install ``` Check [INSTALL.md](INSTALL.md) for more details. -Precompiled binaries (if provided)*: https://github.com/Tiiffi/mcrcon/releases/latest +Precompiled binaries*: https://github.com/Tiiffi/mcrcon/releases/latest -*At the moment binaries are provided for Linux and Windows. +*Binaries are provided for Linux and Windows. --- @@ -86,6 +92,3 @@ rcon.password=your_rcon_pasword This project is licensed under the zlib License - see the [LICENSE](LICENSE) file for details. --- - -Master: ![Master build](https://api.travis-ci.org/Tiiffi/mcrcon.svg?branch=master) -Develop: ![Develop build](https://api.travis-ci.org/Tiiffi/mcrcon.svg?branch=develop)