From 71d10a0af0a2868975edfd3f62703b277e477559 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Tue, 15 Nov 2016 21:46:02 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d195e7..028b78c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -####Installing: +###Installing: from sources: ``` @@ -7,6 +7,7 @@ cd mcrcon/ make sudo make install ``` +Check **INSTALL** for more details. You can also download precompiled binaries: https://github.com/Tiiffi/mcrcon/releases/latest @@ -14,7 +15,7 @@ Binaries are provided for Linux and Windows. --- -####Usage: +###Usage: mcrcon [OPTIONS]... [COMMANDS]... Sends rcon commands to Minecraft server. @@ -39,7 +40,7 @@ Example: --- -####Enable rcon on server +###Enable rcon on server Remember to enable rcon by adding following lines to ```server.properties``` file. ``` enable-rcon=true