From f9d9a02348c0a486efc133def0df6f1a7b8bf600 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Wed, 18 Dec 2019 18:29:31 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a19e93..87c5d54 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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. +See https://pkgs.org/download/mcrcon for available packages in various Linux distros (note that available packages might be outdated). - Gentoo Linux: https://packages.gentoo.org/packages/games-util/mcrcon - Arch Linux: https://aur.archlinux.org/packages/mcrcon/ @@ -21,7 +21,7 @@ sudo make install ``` Check [INSTALL.md](INSTALL.md) for more details. -You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/releases/latest +Precompiled binaries (if provided)*: https://github.com/Tiiffi/mcrcon/releases/latest *At the moment binaries are provided for Linux and Windows. @@ -57,7 +57,7 @@ MCRCON_PASS - Rcon commands with spaces must be enclosed in quotes Example: - ```mcrcon -H my.minecraft.server -p password "say Server is restarting!" save-all stop``` + ```mcrcon -H my.minecraft.server -p password -w 2 "say Server is restarting!" save-all stop``` ---