new readme

pull/9/head
prplV 2024-08-22 16:42:29 +03:00
parent 8c4fe305b1
commit b2a4d1bb66
1 changed files with 39 additions and 0 deletions

39
REAME.md Normal file
View File

@ -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
~~~