I'm attempting to install something, and the instructions for installation say I have to use MSYS2 to use make on a certain directory to make a .exe file in my C drive.
This directory exists: I already know where it is. However, when putting in commands like cd \MYDIRECTORY && make, (I'm not familiar with the make command yet, keep that in mind...) an error appears:
bash: cd: MYDIRECTORY: No such file or directory. Am I typing it wrong? (I followed another question to try and fix it, but I don't understand it...) If so, how can I fix it? Any correct commands I can use?
SCREENSHOT: The instructions on GitHub.
Any feedback relating to this question helps!
Thanks, Omega207