25 lines
1020 B
Markdown
25 lines
1020 B
Markdown
## 💾 Установка сборки / Installing the Modpack
|
||
|
||
Для установки сборки выполните следующие шаги:
|
||
To install the modpack, follow these steps:
|
||
|
||
1. **Скачайте архив со сборкой**
|
||
**Download the modpack archive**
|
||
- [Скачать .zip / Download .zip](https://git.divan2000.su/DIvan2000/minecraft-basicmods/archive/1.21.1.zip)
|
||
|
||
2. **Распакуйте архив в любую удобную папку**
|
||
**Extract the archive to any folder you prefer**
|
||
|
||
3. **Запустите установщик**
|
||
**Run the installer**
|
||
- Для \*NIX / For \*NIX systems (Linux, macOS):
|
||
```bash
|
||
./install.sh
|
||
```
|
||
- Для Windows / For Windows:
|
||
```cmd
|
||
install.cmd
|
||
```
|
||
|
||
💡 **Полезные ссылки / Useful Links**
|
||
- [README ветки main](https://git.divan2000.su/DIvan2000/minecraft-basicmods/src/branch/main) — общая документация / general documentation |