Files
m2110/ReadMe.md
2026-02-08 09:27:52 +00:00

15 lines
269 B
Markdown

Fabric 0.18.4
MC: 1.21.10
After install client - choose instance `.minecraft` dir and execute for initial install:
```
git init && git remote add origin https://vcs.wpstudio.ru/gitea/m2110.git && git fetch && git checkout master
```
For updates:
```
git pull
```