From bfb2ca3f511b8873717d33a3242789c1e3bcff36 Mon Sep 17 00:00:00 2001 From: prplV Date: Fri, 23 Aug 2024 12:00:55 +0300 Subject: [PATCH] readme update --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6837bbe..cea6d7e 100644 --- a/README.md +++ b/README.md @@ -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