feat: added install script

This commit is contained in:
v4n
2025-01-14 16:25:43 +02:00
parent ecd31b6eac
commit 33403a69f1
3 changed files with 31 additions and 3 deletions
+3 -3
View File
@@ -73,10 +73,10 @@ function display_help() {
echo " install -n \"<mod_name>\" <mod_files> Install a mod with a name and files."
echo " list List all installed mods."
echo " uninstall -n \"<mod_name>\" Uninstall a mod by name."
echo " export \"<zip_name>\" Export installed mods to a zip file."
echo " import \"<zip_name>\" Import mods from a zip file."
echo " export \"<zip_name>\" Export installed mods to a zip file (not yet implemented)."
echo " import \"<zip_name>\" Import mods from a zip file (not yet implemented)."
echo " help Display this help message."
echo "For more information, use h2mm [command] --help"
echo "For more information, use h2mm [command] --help, available for install and uninstall."
echo "Basic Usage:"
echo " h2mm install -n \"Example mod\" a5f2c029522e6714.patch_0 a5f2c029522e6714.patch_0.stream"
echo " h2mm uninstall -n \"Example mod\""