mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 14:34:17 +02:00
33 lines
606 B
Markdown
33 lines
606 B
Markdown
# Install
|
|
|
|
```
|
|
.dlmod https://raw.githubusercontent.com/kamolgks/Hikkamods/main... # <-- module name here
|
|
.dlmod https://raw.githubusercontent.com/kamolgks/Hikkamods/main/MultiSaver.py # example
|
|
```
|
|
|
|
or
|
|
|
|
```
|
|
.config
|
|
```
|
|
|
|
**```-->``` Loader ```-->``` ADDITIONAL_REPOS ```-->``` Add item ```-->```**
|
|
|
|
write this:
|
|
|
|
```
|
|
https://raw.githubusercontent.com/kamolgks/Hikkamods/main
|
|
```
|
|
|
|
and install all my modules with the commands:
|
|
|
|
```
|
|
.dlmod ... # <-- module name here
|
|
.dlmod MultiSaver # example
|
|
```
|
|
|
|
or
|
|
|
|
```
|
|
.addrepo https://raw.githubusercontent.com/kamolgks/Hikkamods/main
|
|
``` |