Update toolchain.md with qemu-img PATH instruction
Some checks are pending
Nightly Build / build-and-release (push) Waiting to run

This commit is contained in:
Lluciocc 2026-05-12 19:28:28 +02:00 committed by GitHub
parent 43a62b025d
commit 642dc7f8c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: