Skip to content

Commit 2a8a7a6

Browse files
committed
Update git branch names and Docker command
Changed the git branch name from 'dev' to 'develop' in multiple documentation files for consistency. Also updated the Docker command to use '--build' to ensure images are rebuilt and changes are applied.
1 parent 0f26cba commit 2a8a7a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Writerside/topics/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tab title="JetBrains Rider (Платно)">
2020
<code-block lang="bash">
2121
git clone --recursive \
22-
--branch dev https://github.com/GamerVII-NET/Gml.Backend.git
22+
--branch develop https://github.com/GamerVII-NET/Gml.Backend.git
2323
</code-block>
2424
</tab>
2525
</tabs>

Writerside/topics/installation-launcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</tab>
1313
<tab title="Последняя актуальная">
1414
<code-block lang="bash">
15-
git clone --recursive --branch dev https://github.com/GamerVII-NET/Gml.Launcher.git
15+
git clone --recursive --branch develop https://github.com/GamerVII-NET/Gml.Launcher.git
1616
</code-block>
1717
</tab>
1818
</tabs>

Writerside/topics/server-install-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tab title="Последняя актуальная">
2424
<code-block lang="bash">
2525
git clone --recursive \
26-
--branch dev https://github.com/GamerVII-NET/Gml.Backend.git
26+
--branch develop https://github.com/GamerVII-NET/Gml.Backend.git
2727
</code-block>
2828
</tab>
2929
</tabs>
@@ -98,7 +98,7 @@ NEXT_PUBLIC_VERSION_API=v1
9898
Выполните следующую команду в вашем терминале:
9999

100100
```bash
101-
docker compose up -d
101+
docker compose up -d --build
102102
```
103103

104104
Пожалуйста, убедитесь, что Docker установлен и работает на вашем компьютере для выполнения этой команды.

0 commit comments

Comments
 (0)