Skip to content

Commit 9496fc8

Browse files
committed
Update readme to add toolchain installation instruction
The previous commit automates toolchain installation for the CI, this commit reflect the changes in the readme by providing instructions for installing the appropriate toolchain.
1 parent c2d5a3e commit 9496fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The Mirage project uses [`just`](https://github.com/casey/just) to easily build,
88
You can easily install `just` with your favorite package manager or `cargo` by following [the instructions](https://just.systems/man/en/chapter_4.html).
99

1010
Mirage is primary developed and tested on QEMU, therefore you will need to install `qemu-system-riscv64` on your system.
11+
Then you will need to install the rust toolchain, if rust is installed through rustup on the machine this can be done by running `just install-toolchain`
1112

1213
Then running Mirage is as simple as invoking `just run`.
1314

0 commit comments

Comments
 (0)