diff -r 1279af7591f0 -r 8d2881338a4a README.md --- a/README.md Tue Sep 18 19:09:16 2018 -0500 +++ b/README.md Wed Dec 05 08:27:35 2018 -0500 @@ -1,6 +1,8 @@ # Borgend -This is a retrying and queuing scheduler as well as a macOS tray icon for +![screenshot](media/screenshot.png) + +Borgend is a retrying and queuing scheduler as well as a macOS tray icon for [BorgBackup](https://borgbackup.readthedocs.io/en/stable/). If you are not on macOS, no tray icon will be displayed, but you can still use Borgend as a scheduler. @@ -57,8 +59,8 @@ The app hould be placed under `dist/`. Copy it to your `Applications` directory, and set it up to launch on login. -If you are keen on wasting your life, you can try to run py2app without `-A` -option to create a standalone app that you can copy to computers without +If you are keen on wasting your life, you can try to run py2app without the +`-A` option to create a standalone app that you can copy to computers without Python installed, but it will probably most likely not work because py2app is shit. Currently (2018-09-18) it is not working with the keyring package.