mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@ -6,14 +6,20 @@ mcrcon is console based Minecraft [rcon](https://developer.valvesoftware.com/wik
|
|||||||
|
|
||||||
### Installing:
|
### Installing:
|
||||||
|
|
||||||
from sources:
|
##### via packet manager:
|
||||||
|
See https://pkgs.org/download/mcrcon for available packages in various Linux distros.
|
||||||
|
|
||||||
|
- Gentoo Linux: https://packages.gentoo.org/packages/games-util/mcrcon
|
||||||
|
- Arch Linux: https://aur.archlinux.org/packages/mcrcon/
|
||||||
|
|
||||||
|
##### from sources:
|
||||||
```sh
|
```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
|
||||||
```
|
```
|
||||||
Check **INSTALL.md** for more details.
|
Check [INSTALL.md](INSTALL.md) for more details.
|
||||||
|
|
||||||
You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/releases/latest
|
You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/releases/latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user