From e9b5a25eb0947cb1f9bb7feba670b940b24d9e68 Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 13 Apr 2026 12:40:25 +0300 Subject: [PATCH] Change git clone command to use legacy branch Updated the clone command to use the 'legacy' branch. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e96bd1..e8d3658 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ 1. Clone the repository: ```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: - If Lampac is installed system-wide, move the modules to the `module` directory.