From 448f22bf1f1b28e20f0440610aaf7c6cc8ebc976 Mon Sep 17 00:00:00 2001 From: didirus Date: Sun, 21 Jun 2026 22:51:38 +0300 Subject: [PATCH] Update README files --- README.md | 15 +++++++++++++++ readme/ru_ru/README.md | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/README.md b/README.md index c9e61eb2d..433161595 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - [🔧 Install Instructions](#install-instructions) - [✨ Features](#features) - [🚀 Getting Started](#getting-started) +- [🛠️ Разработка](#development) - [⚠️ Disclaimer](#disclaimer) - [💰 Donate](#support-our-project-crypto-wallets) @@ -103,6 +104,20 @@ To begin using AstralRinth: --- +# Development + +Before continue you need to install `mise` tool for easy install libraries and running application on any OS (Windows, macOS, Linux) + +1. `mise activate` +2. `mise install` +3. `mise exec rust -- rustup toolchain install stable` +4. `mise exec pnpm -- pnpm install` +5. `mise exec rust -- cargo install tauri-cli --version "^2.5.0"` +6. `mise exec pnpm -- pnpm app:dev` — Development (unoptimized) +7. `mise exec pnpm -- pnpm app:build` — Production + +--- + # Disclaimer - **AstralRinth** is intended **solely for educational and experimental use**. diff --git a/readme/ru_ru/README.md b/readme/ru_ru/README.md index 4b55b0112..a392b630b 100644 --- a/readme/ru_ru/README.md +++ b/readme/ru_ru/README.md @@ -3,6 +3,7 @@ - [🔧 Инструкция по установке](#инструкция-по-установке) - [✨ Возможности](#возможности) - [🚀 Начало работы](#начало-работы) +- [🛠️ Разработка](#разработка) - [⚠️ Отказ от ответственности](#отказ-от-ответственности) - [💰 Поддержать](#поддержать-проект-крипто-кошельки) @@ -98,6 +99,21 @@ - Запустите Minecraft через лаунчер. - Лаунчер автоматически определит рекомендованную версию JVM. - При необходимости вы можете вручную указать Java в настройках. + +--- + +# Разработка + +Перед продолжением установите `mise`, чтобы удобно устанавливать зависимости и запускать приложение на любой ОС (Windows, macOS, Linux). + +1. `mise activate` +2. `mise install` +3. `mise exec rust -- rustup toolchain install stable` +4. `mise exec pnpm -- pnpm install` +5. `mise exec rust -- cargo install tauri-cli --version "^2.5.0"` +6. `mise exec pnpm -- pnpm app:dev` — разработка (без оптимизации) +7. `mise exec pnpm -- pnpm app:build` — production + --- # Отказ от ответственности