mistakenelf / fm

A terminal based file manager
MIT License
564 stars 29 forks source link

Update config section in README.md #97

Closed citizen428 closed 2 years ago

citizen428 commented 2 years ago

I recently started using fm on Linux, macOS, and Windows. The documentation in the Configuration section was not accurate for macOS and Windows but matches the documentation for os.UserConfigDir which is used by fm:

On Darwin, it returns $HOME/Library/Application Support. On Windows, it returns %AppData%.

mistakenelf commented 2 years ago

This is great, thank you for this!