docs: updated

This commit is contained in:
v4n
2025-01-16 17:36:27 +02:00
committed by GitHub
parent 740b0edd98
commit c80812476b
+3
View File
@@ -42,6 +42,8 @@ h2mm
- `install` - Install a mod with files - `install` - Install a mod with files
- `uninstall` - Uninstall a mod by name - `uninstall` - Uninstall a mod by name
- `list` - List all installed mods - `list` - List all installed mods
- `enable` - Enable a mod by name
- `disable` - Disable a mod by name
- `export <zip_name>` - Export installed mods to a zip file - `export <zip_name>` - Export installed mods to a zip file
- `import <zip_name>` - Import mods from a zip file - `import <zip_name>` - Import mods from a zip file
- `reset` - Reset all installed mods - `reset` - Reset all installed mods
@@ -127,6 +129,7 @@ Feel free to contribute to this project by creating a pull request or opening an
- [x] Check for mod updates - [x] Check for mod updates
- [x] Enable/disable mods - [x] Enable/disable mods
- [ ] Install mods in batches
- [ ] Easier way to change mod presets - [ ] Easier way to change mod presets
- [ ] Find a way to make use of `manifest.json` and simplify installing variants - [ ] Find a way to make use of `manifest.json` and simplify installing variants
- [x] [DEV] Change to `.tar.gz` for exporting and importing - [x] [DEV] Change to `.tar.gz` for exporting and importing