feat: added install script
This commit is contained in:
@@ -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\""
|
||||
|
||||
Reference in New Issue
Block a user