I followed it but I can’t progress anymore. I stopped at step 6.3 saying :
"Then use Homebrew to install a tool called wimlib with this terminal command:
`brew install wimlib`"
My terminal answer me : zsh: command not found: brew
All the steps before was succefull. however I had this message after instlling brew : “Warning: /opt/homebrew/bin is not in your PATH.
==> Installation successful!”
I don’t know if it’s an important warning.
I’m not a programmer and not familiar with Terminal. (I just want to install Windows to sell my PC computer).
You are doing an excellent job getting through, if you are not a programmer.
Essentially, this is what is going on:
As you correctly noted, the first error is saying you needed to install brew.
After installing a package like brew, the installer will often present you with the option to add the executable to your PATH. The PATH (I do not know why it is always caps…) is a lookup table for your terminal - where it goes to find the commands you type.
If you did not select this option (sometimes you are not given the option, but no worries, either way), then you will need to manually add it to you PATH variables. I do not own a Mac, but I assume you could just search how to add the executable (I suppose for Mac it is not called this - so, let’s call it the binary/bin).
Hi, thank you for your answer. I didn’t expect sush promptness.
In the same time I found another tutorial using a software named UNetbootin.
Link to the tuto (in French, my native language. I suppose you can find the same in english.) : Création Clé Bootable Windows 10 sur MAC ! - YouTube
It’s looks to work because I succed to boot on the Windows installator (but not started the installation yet).
So if I have a probleme and it doesn’t work I’ll come back here to try the solution you propose to me.