readme update

pull/9/head
prplV 2024-08-23 12:00:55 +03:00
parent 28cbb3d733
commit bfb2ca3f51
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# runner-rs (amd64/linux)
# runner-rs ( with amd64 and riscv64 support )
![Logo](https://blog.desdelinux.net/wp-content/uploads/2023/07/rust-logo.png)
in-container integrating util to handle processes runtime
@ -16,15 +16,14 @@ in-container integrating util to handle processes runtime
~~~
2. Enter project's dir and set up toolchain list to compile code for RISC-V and AMD64
> [!NOTE]
> Cargo is configured to build an app for amd64/linux defaultly. RISC-based compilation is optional.
~~~bash
cd runner-rs/
rustup target add riscv64gc-unknown-linux-gnu
rustup target add x86_64-unknown-linux-gnu
~~~
> [!NOTE]
> Cargo is configured to build an app for amd64/linux defaultly. RISC-based compilation is optional.
3.1. Release build of app for amd64/linux