testing release system

This commit is contained in:
Joey Eamigh
2023-06-21 17:15:18 -04:00
parent 89262da6d3
commit 03dca844cb
9 changed files with 182 additions and 25 deletions

17
client/README.md Normal file
View File

@@ -0,0 +1,17 @@
# FishPog Pixelmon Client
This tool makes sure the modpack is up to date, and downloads all of the mods.
## How to use
### Windows
```powershell
.\client.ps1
```
### Linux/Mac
```bash
./client.sh
```