New images
Some checks failed
Build and push image / docker-build (push) Failing after 13s

This commit is contained in:
Dan
2025-12-10 19:29:08 +03:00
parent cbff26abc8
commit c590c02409
10 changed files with 5 additions and 5 deletions

View File

@@ -39,15 +39,15 @@
### Клонирование
Поскольку этот репозиторий содержит фронтенд как git submodule, его необходимо клонировать так:
```bash
git clone --recurse-submodules https://gitlab.com/packmate/Packmate.git
git clone --recurse-submodules https://git.danosito.com/0xb00b5/0xb00b5-packmate.git
# Или, на старых версиях git
git clone --recursive https://gitlab.com/packmate/Packmate.git
git clone --recursive https://git.danosito.com/0xb00b5/0xb00b5-packmate.git
```
Если репозиторий уже был склонирован без подмодулей, необходимо выполнить:
```bash
git pull # Забираем свежую версию мастер-репы из gitlab
git pull # Забираем свежую версию мастер-репы
git submodule update --init --recursive
```