Update .gitignore to include README.md, ensuring it is tracked in the repository while maintaining the exclusion of other files and directories.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
!/mods/
|
!/mods/
|
||||||
!/resourcepacks/
|
!/resourcepacks/
|
||||||
!/shaderpacks/
|
!/shaderpacks/
|
||||||
|
!/README.md
|
||||||
|
|
||||||
!/manifest.json
|
!/manifest.json
|
||||||
!/minecraftinstance.json
|
!/minecraftinstance.json
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# PupaMLupa
|
||||||
|
|
||||||
|
## Установка сборки
|
||||||
|
|
||||||
|
1. Установите TLauncher с официального сайта: [https://tlauncher.org/](https://tlauncher.org/).
|
||||||
|
2. Запустите TLauncher и завершите установку.
|
||||||
|
3. Установите Java 21.
|
||||||
|
4. Откройте папку `%AppData%\Roaming\.minecraft\versions`.
|
||||||
|
5. В этой папке выполните команду:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://gitea.hsrv.site/mrleo1nid/PupaMLupa
|
||||||
|
```
|
||||||
|
|
||||||
|
6. Откройте TLauncher, введите свой ник.
|
||||||
|
7. Выберите сборку `PupaMLupa`.
|
||||||
|
8. Запустите игру.
|
||||||
Reference in New Issue
Block a user