henryboldi / felony

🔑🔥📈 Next Level PGP
MIT License
3.47k stars 130 forks source link

Fix Windows enviroment variable #97

Closed lololosys closed 7 years ago

lololosys commented 7 years ago

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%