Compare commits

..

2 Commits

Author SHA1 Message Date
Felix
e9b5a25eb0
Change git clone command to use legacy branch
Updated the clone command to use the 'legacy' branch.
2026-04-13 12:40:25 +03:00
Felix
704d6d51f8
Change branch from 'main' to 'legacy' in README 2026-04-13 12:37:55 +03:00

View File

@ -19,8 +19,9 @@
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/lampac-ukraine/lampac-ukraine.git . git clone -b legacy https://github.com/lampac-ukraine/lampac-ukraine.git .
``` ```
or Download manual https://github.com/lampame/lampac-ukraine/archive/refs/heads/legacy.zip
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.
@ -37,7 +38,7 @@ Create or update the module/repository.yaml file
```YAML ```YAML
- repository: https://github.com/lampame/lampac-ukraine - repository: https://github.com/lampame/lampac-ukraine
branch: main branch: legacy
modules: modules:
- AnimeON - AnimeON
- Unimay - Unimay