From c80812476b334785d9bbbda2e863e8dd2ab77aca Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:36:27 +0200 Subject: [PATCH] docs: updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2bd3204..ff9a7af 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ h2mm - `install` - Install a mod with files - `uninstall` - Uninstall a mod by name - `list` - List all installed mods +- `enable` - Enable a mod by name +- `disable` - Disable a mod by name - `export ` - Export installed mods to a zip file - `import ` - Import mods from a zip file - `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] Enable/disable mods +- [ ] Install mods in batches - [ ] Easier way to change mod presets - [ ] Find a way to make use of `manifest.json` and simplify installing variants - [x] [DEV] Change to `.tar.gz` for exporting and importing