Update README.md
All checks were successful
Go / build (push) Successful in 1m37s

This commit is contained in:
csmith1865 2025-01-16 04:42:10 +00:00
parent 7df916c7de
commit f2b2404d35

View File

@ -24,7 +24,7 @@ https://mcstatus.io/docs
$ sudo apt update
# 2. Install GO
$ sudo apt install -y golang-go redis-tools make
$ sudo apt install -y golang-go redis-server make
# 3. Clone the repository (or download from this page)
$ git clone https://git.sumisu.xyz/csmith1865/ping-server.git
@ -39,6 +39,7 @@ $ make
$ ./bin/main
# The server will be listening on http://localhost:3001 (default host + port)
# Example URL: http://localhost:3001/status/java/play.hypixel.net:25565
```
## License