Closed lololosys closed 7 years ago
The Windows environment variable in the CONTRIBUTING.md is wrong - there is no default environment variable called $HOME(there is HOMEPATH though) in Windows, and the access to the environment variable is wrong (a dollar is used)
Change $HOME/AppData/Roaming/ to %AppData%
What's in this pull request?
The Windows environment variable in the CONTRIBUTING.md is wrong - there is no default environment variable called $HOME(there is HOMEPATH though) in Windows, and the access to the environment variable is wrong (a dollar is used)
Changes proposed
Change $HOME/AppData/Roaming/ to %AppData%