3 Commits

Author SHA1 Message Date
8fdda295e2 Update mcrcon.1 2019-11-19 09:47:05 +02:00
0b1853dccc Update INSTALL.md 2019-11-19 09:17:20 +02:00
d338537e23 Update README.md 2019-11-19 09:16:11 +02:00
3 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ Or you can just run "make":
make uninstall - removes binaries and manpage from the system make uninstall - removes binaries and manpage from the system
file install locations: file install locations:
/usr/share/bin/mcrcon /usr/local/bin/mcrcon
/usr/share/man/man1/mcrcon.1 /usr/local/share/man/man1/mcrcon.1
Makefile "install" and "uninstall" rules are disabled on windows. Makefile "install" and "uninstall" rules are disabled on windows.

View File

@ -1,4 +1,4 @@
###Installing: ### Installing:
from sources: from sources:
```sh ```sh
@ -15,8 +15,8 @@ You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/re
--- ---
###Usage: ### Usage:
mcrcon [OPTIONS]... [COMMANDS]... mcrcon [OPTIONS] [COMMANDS]
Sends rcon commands to Minecraft server. Sends rcon commands to Minecraft server.
@ -47,7 +47,7 @@ Example:
--- ---
###Enable rcon on server ### Enable rcon on server
Remember to enable rcon by adding following lines to ```server.properties``` file. Remember to enable rcon by adding following lines to ```server.properties``` file.
``` ```
enable-rcon=true enable-rcon=true
@ -57,7 +57,7 @@ rcon.password=your_rcon_pasword
--- ---
####Contact: #### Contact:
* WWW: https://github.com/Tiiffi/mcrcon/ * WWW: https://github.com/Tiiffi/mcrcon/
* MAIL: tiiffi_at_gmail_dot_com * MAIL: tiiffi_at_gmail_dot_com

View File

@ -1,7 +1,7 @@
.\" Process this file with .\" Process this file with
.\" groff -man -Tascii mcrcon.1 .\" groff -man -Tascii mcrcon.1
.\" .\"
.TH MCRCON 1 "December 2016" "Version 0.6.0" .TH MCRCON 1 "December 2016" "Version 0.6.1"
.SH NAME .SH NAME
mcrcon \- sends rcon commands to a Minecraft server mcrcon \- sends rcon commands to a Minecraft server
.SH SYNOPSIS .SH SYNOPSIS