rastapasta / mapscii

🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.75k stars 251 forks source link

Replace userhome with env-paths #91

Closed jaller94 closed 4 years ago

jaller94 commented 4 years ago

Fixes #89 by using env-paths to identify the user's cache directory.

On my Linux system the cache dir became ~/.cache/mapscii-nodejs.

iandstanley commented 4 years ago

That would fix things Thanks