From f45616f439a6796ae5d145814a4781b34eb2ce27 Mon Sep 17 00:00:00 2001 From: TOwInOK#nqcq <60252419+TOwInOK@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:27:03 +0700 Subject: [PATCH] docs: Link VoxelCore references to GitHub repository --- README.en.md | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 3ed223b..168e7d0 100644 --- a/README.en.md +++ b/README.en.md @@ -5,7 +5,7 @@
- Nix-like version manager for VoxelCore + Nix-like version manager for VoxelCore
@@ -19,7 +19,7 @@ --- -MultiVC manages VoxelCore engine versions as dependencies: each version is installed once, and instances (game worlds) reference the version they need by hash. The application is fully portable — it only creates local folders `cores/`, `instances/` and a `settings.toml` file (GUI), with no writes to the registry or global configs. +MultiVC manages [VoxelCore](https://github.com/MihailRis/voxelcore) engine versions as dependencies: each version is installed once, and instances (game worlds) reference the version they need by hash. The application is fully portable — it only creates local folders `cores/`, `instances/` and a `settings.toml` file (GUI), with no writes to the registry or global configs. Available as **GUI** (egui) and **CLI** (clap). Both do the same thing — manage cores, create instances, launch the game. diff --git a/README.md b/README.md index 9deb012..bfcff5d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@
- Nix-like менеджер версий для VoxelCore + Nix-like менеджер версий для VoxelCore +
@@ -19,7 +20,7 @@ --- -MultiVC управляет ядрами VoxelCore как зависимостями: каждая версия ядра устанавливается один раз, а инстансы (игровые миры) ссылаются на нужную версию по хэшу. Приложение полностью portable — при запуске создаются только локальные папки `cores/`, `instances/` и файл `settings.toml` (GUI), без записи в реестр или глобальные конфиги. +MultiVC управляет ядрами [VoxelCore](https://github.com/MihailRis/voxelcore) как зависимостями: каждая версия ядра устанавливается один раз, а инстансы (игровые миры) ссылаются на нужную версию по хэшу. Приложение полностью portable — при запуске создаются только локальные папки `cores/`, `instances/` и файл `settings.toml` (GUI), без записи в реестр или глобальные конфиги. Доступно в двух вариантах: **GUI** (egui) и **CLI** (clap). Оба делают одно и то же — управление ядрами, создание инстансов, запуск игры.