Skip to content

Commit

Permalink
Merge pull request #1235 from Connortsui20/post-02-beginner-cargo-tips
Browse files Browse the repository at this point in the history
Grammar fix
  • Loading branch information
phil-opp authored Aug 21, 2023
2 parents 2e3230e + 73628c1 commit 1ddeb12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ cargo install bootimage

For running `bootimage` and building the bootloader, you need to have the `llvm-tools-preview` rustup component installed. You can do so by executing `rustup component add llvm-tools-preview`.

After installing `bootimage` and adding the `llvm-tools-preview` component, we can create a bootable disk image by going back into your cargo project directory and executing:
After installing `bootimage` and adding the `llvm-tools-preview` component, you can create a bootable disk image by going back into your cargo project directory and executing:

```
> cargo bootimage
Expand Down

0 comments on commit 1ddeb12

Please sign in to comment.