Merge branch 'develop' of https://github.com/Tiiffi/mcrcon into develop

This commit is contained in:
Tiiffi
2016-12-14 00:14:14 +02:00

View File

@ -1,9 +1,9 @@
###Installing: ###Installing:
from sources: from sources:
``` ```sh
git clone https://github.com/Tiiffi/mcrcon.git git clone https://github.com/Tiiffi/mcrcon.git
cd mcrcon/ cd mcrcon
make make
sudo make install sudo make install
``` ```