From b25d5edca7fd8995440884da7ed2d934ed8a13da Mon Sep 17 00:00:00 2001 From: SweetBread <33878951+VerySweetBread@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:48:39 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f979ab..553790f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Hello-world example for KolibriOS +# Rust library for KolibriOS Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps. Also you need a working [FASM](https://flatassembler.net/download.php). -Once installed building is trivial then: `cargo objcopy --release --example hwa -- -O binary --binary-architecture=i386:x86 rust.kex` produces +Once installed building is trivial then: `cargo make --profile production ` produces a ready-to-use binary at root.