@@ -39,15 +39,15 @@
|
|||||||
### Клонирование
|
### Клонирование
|
||||||
Поскольку этот репозиторий содержит фронтенд как git submodule, его необходимо клонировать так:
|
Поскольку этот репозиторий содержит фронтенд как git submodule, его необходимо клонировать так:
|
||||||
```bash
|
```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
|
||||||
git clone --recursive https://gitlab.com/packmate/Packmate.git
|
git clone --recursive https://git.danosito.com/0xb00b5/0xb00b5-packmate.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Если репозиторий уже был склонирован без подмодулей, необходимо выполнить:
|
Если репозиторий уже был склонирован без подмодулей, необходимо выполнить:
|
||||||
```bash
|
```bash
|
||||||
git pull # Забираем свежую версию мастер-репы из gitlab
|
git pull # Забираем свежую версию мастер-репы
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ Below are the instructions for those who want to build 0xb00b5 team Packmate on
|
|||||||
### Cloning
|
### Cloning
|
||||||
As this repository contains frontend part as a git submodule, it has to be cloned like this:
|
As this repository contains frontend part as a git submodule, it has to be cloned like this:
|
||||||
```bash
|
```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
|
# 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:
|
If the repository was already cloned without submodule, just run:
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 353 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 229 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 209 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 4.0 KiB |