Update toolchain.md with qemu-img PATH instruction

This commit is contained in:
Lluciocc
2026-05-12 19:28:28 +02:00
committed by GitHub
parent 43a62b025d
commit 642dc7f8c9

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: