فهرست منبع

Updating .gitignore, updating readme.

Sacha Ligthert 1 سال پیش
والد
کامیت
5439286c4e
2فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 2 0
      .gitignore
  2. 9 0
      README.md

+ 2 - 0
.gitignore

@@ -174,3 +174,5 @@ cython_debug/
 # PyPI configuration file
 .pypirc
 
+# Project specific
+server.jar

+ 9 - 0
README.md

@@ -3,3 +3,12 @@
 Grab the latest minecraft server.jar binary.
 
 Uses Python3 and the Requests library.
+
+## Example
+```
+$ ./fetcher.py                                                              di 17 jun 2025 20:00:53 CEST
+Latest version of Minecraft (Release): 1.21.6
+Downloading: https://piston-data.mojang.com/v1/objects/6e64dcabba3c01a7271b4fa6bd898483b794c59b/server.jar
+Grabbing server.jar
+Done!
+```