From b0a947309e94ea6d5e59d66533488602ab78b8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 12 Apr 2024 18:02:29 +0200 Subject: [PATCH] docs(readme): update build docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e16930c0..e28172d7 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ This project is a bootloader to run the [Hermit kernel](https://github.com/hermi cargo xtask build --target --release ``` -With `` being either `x86_64`, `x86_64-uefi`, or `aarch64`. +With `` being either `x86_64`, `x86_64-uefi`, `aarch64`, or `riscv64`. -Afterward, the loader is located at `target//release/hermit-loader`. +Afterward, the loader is located in `target/release`. ## Running