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.