Added README

master
hheik 2024-08-24 22:11:56 +03:00
parent c1015f10fd
commit 422c1a67c1
2 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# Munsikka Mod Manager
Linux-compatible alternative for the thunderstore overwolf mod manger or whatever it is called.
Currently only handles Lethal Company profiles. Just pop in the profile UUID as the first argument to the program and see it run. Be sure to search the code for the `GAME_DIR` environment variable if you are not using a standard steam installation directory.
This will mercilessly delete your current mods.
Usage with cargo:
```
cargo run -- <uuid>
```
or with binary
```
munsikka <uuid>
```
![screenshot](docs/screenshot.png "Screenshot")

BIN
docs/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB