From f2b2404d35fa1f040cf8d26556224399a065a0ac Mon Sep 17 00:00:00 2001 From: csmith1865 Date: Thu, 16 Jan 2025 04:42:10 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be9e25..defa0d2 100644 --- a/README.md +++ b/README.md @@ -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