Update README.md

This commit is contained in:
Maxwell 2024-09-09 09:19:04 +10:00
parent d40dbd8714
commit b7d8e780d7

View File

@ -25,7 +25,7 @@ To make a mapm package, go to https://git.maxwellj.xyz/mapm/stable and submit a
├── executable ├── executable
└── Any other files your package needs └── Any other files your package needs
``` ```
Zip all that up into a .tar.xz file, upload it to your server and add the link to your pull request. Zip all that up into a .tar.xz file, upload it to your server and add the link to your pull request. After creating the .tar.xz, use Mapm to create a checksum for the file. Run mapm, type `checksum`, press enter and type the file path. Press enter and copy the checksum to `(packagename).hash` inside your pull request.
### Making your own repo ### Making your own repo