diff --git a/README.md b/README.md index cf72393..f3da1a6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_EN.md b/README_EN.md index 3505f19..2927297 100644 --- a/README_EN.md +++ b/README_EN.md @@ -39,10 +39,10 @@ Below are the instructions for those who want to build 0xb00b5 team Packmate on ### Cloning As this repository contains frontend part as a git submodule, it has to be cloned like this: ```bash -git clone --recurse-submodules https://gitlab.com/packmate/Packmate.git +git clone --recurse-submodules https://git.danosito.com/0xb00b5/0xb00b5-packmate.git # Or if you have older git -git clone --recursive https://gitlab.com/packmate/Packmate.git +git clone --recursive https://git.danosito.com/0xb00b5/0xb00b5-packmate.git ``` If the repository was already cloned without submodule, just run: diff --git a/screenshots/Screenshot.png b/screenshots/Screenshot.png index 88b69ec..60392c6 100644 Binary files a/screenshots/Screenshot.png and b/screenshots/Screenshot.png differ diff --git a/screenshots/Screenshot_Navbar.png b/screenshots/Screenshot_Navbar.png index beb213a..89c11fc 100644 Binary files a/screenshots/Screenshot_Navbar.png and b/screenshots/Screenshot_Navbar.png differ diff --git a/screenshots/Screenshot_Pattern.png b/screenshots/Screenshot_Pattern.png index 4dbf338..6be1f97 100644 Binary files a/screenshots/Screenshot_Pattern.png and b/screenshots/Screenshot_Pattern.png differ diff --git a/screenshots/Screenshot_Patterns.png b/screenshots/Screenshot_Patterns.png index a36218f..0f141e8 100644 Binary files a/screenshots/Screenshot_Patterns.png and b/screenshots/Screenshot_Patterns.png differ diff --git a/screenshots/Screenshot_Service.png b/screenshots/Screenshot_Service.png index 5720e5d..dff7e37 100644 Binary files a/screenshots/Screenshot_Service.png and b/screenshots/Screenshot_Service.png differ diff --git a/screenshots/Screenshot_Settings.png b/screenshots/Screenshot_Settings.png index 0773e66..0c7558e 100644 Binary files a/screenshots/Screenshot_Settings.png and b/screenshots/Screenshot_Settings.png differ diff --git a/screenshots/Screenshot_Sidebar.png b/screenshots/Screenshot_Sidebar.png index 6ef2baf..4e6d408 100644 Binary files a/screenshots/Screenshot_Sidebar.png and b/screenshots/Screenshot_Sidebar.png differ diff --git a/screenshots/Screenshot_Sidebar_header.png b/screenshots/Screenshot_Sidebar_header.png index a800d6d..c0cee72 100644 Binary files a/screenshots/Screenshot_Sidebar_header.png and b/screenshots/Screenshot_Sidebar_header.png differ