From b2a4d1bb661b9959edbd3d3806623963adade2a9 Mon Sep 17 00:00:00 2001 From: prplV Date: Thu, 22 Aug 2024 16:42:29 +0300 Subject: [PATCH] new readme --- REAME.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 REAME.md diff --git a/REAME.md b/REAME.md new file mode 100644 index 0000000..478642a --- /dev/null +++ b/REAME.md @@ -0,0 +1,39 @@ + +# runner-rs (amd64/linux) +![Logo](https://blog.desdelinux.net/wp-content/uploads/2023/07/rust-logo.png) +in-container integrating util to handle processes runtime + + +## Depends on +- `rustup (>=1.27.1)` + +## Local init + +1. Clone this repo `runner-rs` + +~~~bash + git clone https://link-to-project +~~~ + +2. Enter project's dir + +~~~bash + cd runner-rs/ +~~~ + + +3. Release build of app + +~~~bash +cargo build --release +~~~ + +4. Execution +~~~bash +./target/release/runner-rs +~~~ +or +~~~bash +cargo run --release +~~~ +