Compare commits

..

2 Commits

Author SHA1 Message Date
Felix
fc68b69fd2
Update Docker volume path in README 2026-04-16 10:19:06 +03:00
Felix
06977f1088
Update README.md 2026-04-16 10:17:32 +03:00

View File

@ -23,14 +23,14 @@
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/lampac-ukraine/lampac-ukraine.git . git clone https://github.com/lampame/lampac-ukraine.git .
``` ```
2. Move the modules to the correct directory: 2. Move the modules to the correct directory:
- If Lampac is installed system-wide, move the modules to the `module` directory. - If Lampac is installed system-wide, move the modules to the `module` directory.
- If Lampac is running in Docker, mount the volume: - If Lampac is running in Docker, mount the volume:
```bash ```bash
-v /path/to/your/cloned/repo/LME.Uaflix:/home/module/LME.Uaflix -v /path/to/your/cloned/repo/LME.Uaflix:/lampac/module/LME.Uaflix
``` ```
## Auto installation ## Auto installation
@ -40,7 +40,7 @@ If Lampac version 148.1 and newer
Create or update the module/repository.yaml file Create or update the module/repository.yaml file
```YAML ```YAML
- repository: https://github.com/lampac-ukraine/lampac-ukraine - repository: https://github.com/lampame/lampac-ukraine
branch: main branch: main
modules: modules:
- LME.AnimeON - LME.AnimeON