From a4370b623bdbe4bf321d00d8e280494edfb1a4ec Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 30 Sep 2025 15:25:32 +0300 Subject: [PATCH] Update .gitignore and README for auto installation instructions --- .gitignore | 1 + README.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) 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