Added README
parent
c1015f10fd
commit
422c1a67c1
|
|
@ -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>
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
Loading…
Reference in New Issue