diff --git a/.gitignore b/.gitignore index b991ad9..974061a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea/ /AIDocumentation/ /Lampac/ +/Kinovezha/ \ No newline at end of file diff --git a/README.md b/README.md index 610357d..12565e7 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,23 @@ ```bash -v /path/to/your/cloned/repo/Uaflix:/home/module/Uaflix ``` + +## Auto installation + +If Lampac version 148.1 and newer + +Create or update the module/repository.yaml file + +```YAML +- repository: https://github.com/lampame/lampac-ukraine + branch: main + modules: + - AnimeON + - CikavaIdeya + - Uaflix + - Unimay +``` + +branch - optional, default main + +modules - optional, if not specified, all modules from the repository will be installed \ No newline at end of file