new readme
parent
8c4fe305b1
commit
b2a4d1bb66
|
|
@ -0,0 +1,39 @@
|
|||
|
||||
# runner-rs (amd64/linux)
|
||||

|
||||
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
|
||||
~~~
|
||||
|
||||
Loading…
Reference in New Issue