For windows install instruction, set PATH=%PATH%;"C:\tinygo\bin" will only set the path environment variable for that command prompt session. once you close the window it will be reset. Can we update this to make this change permanent by using setx /M path "%path%;C:\tinygo\bin"