mcst/README.md
Gregory Ballantine 92153508b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial Go project structure
2022-09-17 18:16:30 -04:00

19 lines
400 B
Markdown

# MCST
Bit Goblin minecraft server management tool
## Installation
Build dependencies:
* go
* make
To install dependencies on Ubuntu: `apt install golang make`
To install dependencies on Red Hat/AlmaLinux: `dnf install go make`
To install MCST as a system utility: `make build && sudo make install`
## Uninstallation
To uninstall MCST (if it was installed through make): `sudo make uninstall`