monitor/README.md

40 lines
782 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# runner-rs (amd64/linux)
![Logo](https://blog.desdelinux.net/wp-content/uploads/2023/07/rust-logo.png)
Приложение для контроля и управления процессами с мониторингом зависимостей
## Для сборки требуется
- `rustup (>=1.27.1)`
## Локальный запуск
1. Клонирование репозитория `runner-rs`
~~~bash
git clone https://link-to-project
~~~
2. Переход в каталог проекта
~~~bash
cd runner-rs/
~~~
3. Сборка релизной версии
~~~bash
cargo build --release
~~~
4. Запуск исполняемого файла
~~~bash
./target/release/runner-rs
~~~
либо
~~~bash
cargo run --release
~~~