diff --git a/README.md b/README.md index 071e952..554fe85 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ apt-get install -y git 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 tool [bootimage](https://github.com/rust-osdev/bootimage) is required, which creates a bootable diskimage. Please install the tool with following command. ```sh