# HG changeset patch # User Tuomo Valkonen # Date 1516556163 0 # Node ID 9fab8200f7ebe8e11f84c18934f73899510b55ab # Parent 1478f87226900ba0ffc61193e3e6a0fd8b5458fb README tune 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