diff -r 1478f8722690 -r 9fab8200f7eb README.md --- a/README.md Sun Jan 21 17:20:00 2018 +0000 +++ b/README.md Sun Jan 21 17:36:03 2018 +0000 @@ -10,7 +10,10 @@ - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated macOS Python Statusbar apps) - [keyring](https://pypi.python.org/pypi/keyring) to extracdt passphrases from the keychain - + +If you want to try to run Borgend without the Tray icon on other systems, you will also want: + + - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file location For passphrase use authentication to work correctly, it is useful to create a standalone Mac app. This can be don with `py2app`. You can install it with