fix: uninstall logic

This commit is contained in:
v4n
2025-01-15 21:00:17 +02:00
parent 6a02e49b31
commit efbd7d348c
2 changed files with 11 additions and 8 deletions
+6 -3
View File
@@ -57,6 +57,8 @@ h2mm install -n "Example mod" mod.patch_0 mod.patch_0.stream # -n is mandatory w
h2mm install -n "Example mod" mod* # using a wildcard to include all files
```
Important: If the mod has more than 1 variant, you need to install the one you want by unarchiving it separately.
#### Uninstall a mod
```bash
@@ -112,6 +114,7 @@ Feel free to contribute to this project by creating a pull request or opening an
## Planned features
- [ ] Enable/disable mods
- [ ] Easier way to change mod presets
- [ ] Change to `.tar.xz` for exporting and importing
- [ ] ! Enable/disable mods
- [ ] !! Easier way to change mod presets
- [ ] !! Change to `.tar.xz` for exporting and importing
- [ ] !!! Find a way to make use of `manifest.json` and simplify installing variants