mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-13 01:48:42 +00:00
Update toolchain.md with qemu-img PATH instruction
Some checks are pending
Nightly Build / build-and-release (push) Waiting to run
Some checks are pending
Nightly Build / build-and-release (push) Waiting to run
This commit is contained in:
parent
43a62b025d
commit
642dc7f8c9
1 changed files with 2 additions and 0 deletions
2
docs/build/toolchain.md
vendored
2
docs/build/toolchain.md
vendored
|
|
@ -132,6 +132,8 @@ Download the Windows version of QEMU from:
|
|||
- https://qemu.weilnetz.de/w64/
|
||||
|
||||
Install QEMU normally and make sure the installation directory is added to your Windows `PATH`.
|
||||
Note that if it breaks when building, you need too add `qemu-img` to your `PATH`:
|
||||
`export PATH="/c/Program Files/qemu:$PATH"`
|
||||
|
||||
You can verify the installation with:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue