So I've downloaded and unzipped the cmake zip so that I now have this folder cmake-3.20.1-windows-x86_64 on my c drive. but when I try to run cmake commands from the command line I get this error, "Cmake is not recognized as an internal or external command."
I tried adding it to the path like so set PATH=C:\cmake-3.20.1-windows-x86_64\bin%PATH% But then when I try to use cmake again I get the same error as before.
What do I need to do for cmake to work on the command line?