Skip to content

Commit

Permalink
fix(README.md): link to bootimage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 7, 2023
1 parent f634430 commit 88cfa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ apt-get install -y git nasm qemu-system-x86 build-essential
This project uses Rustup to set its Rust toolchain.
Follow the instructions to [install Rust using Rustup](https://www.rust-lang.org/tools/install).

In addition, the tool https://github.com/rust-osdev/bootimage[bootimage] is required, which creates a bootable diskimage.
In addition, the [rust-osdev/bootimage](https://github.com/rust-osdev/bootimage) tool is required, which creates a bootable diskimage.
Please install the tool with following command.

```sh
Expand Down

0 comments on commit 88cfa39

Please sign in to comment.