Skip to content

Commit

Permalink
Update Installation-Manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blindspot22 authored Aug 6, 2024
1 parent f6e7d2b commit 5b45c57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Installation-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ qemu-system-x86_64 --version
#### Run orust:
Navigate into the orust directory through your terminal or IDE:

Install the bootimage.
```sh
cargo install bootimage
```
Add llvm-tools
```sh
rustup component add llvm-tools-preview
```
Install the bootimage.
```sh
cargo install bootimage
```
Build and Run orust:

```sh
Expand Down

0 comments on commit 5b45c57

Please sign in to comment.