Skip to content

Commit

Permalink
docs(readme): update build docs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Apr 12, 2024
1 parent 89a0059 commit b0a9473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This project is a bootloader to run the [Hermit kernel](https://github.com/hermi
cargo xtask build --target <TARGET> --release
```

With `<TARGET>` being either `x86_64`, `x86_64-uefi`, or `aarch64`.
With `<TARGET>` being either `x86_64`, `x86_64-uefi`, `aarch64`, or `riscv64`.

Afterward, the loader is located at `target/<TARGET>/release/hermit-loader`.
Afterward, the loader is located in `target/release`.

## Running

Expand Down

0 comments on commit b0a9473

Please sign in to comment.