From 96953a4947c85076aae4d236892b9fbd7522b106 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 23 Mar 2025 14:48:37 +0300 Subject: [PATCH] releases page mention in README --- README.md | 3 +++ README.ru.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index c50a886..4377cbc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ patchset=kpnp_russ - version - recommended game version (optional) - patchset- name for the .ips patches directory (optional) +### Installing +You can download pre-built binaries from [releases page](https://github.com/arabianq/build_msp/releases) + ### Installing using cargo You can install build_msp from crates.io ```cargo install build_msp``` diff --git a/README.ru.md b/README.ru.md index eebaa79..70c83f2 100644 --- a/README.ru.md +++ b/README.ru.md @@ -31,6 +31,9 @@ patchset=kpnp_russ - version - рекомендуемая версия игры (опционально) - patchset- название для директории с .ips патчами (опционально) +### Установка +Вы можете скачать готовые исполняемые файлы со [страницы релизов](https://github.com/arabianq/build_msp/releases) + ### Установка с помощью cargo Вы можете установить build_msp из crates.io ```cargo install build_msp```