README.md

changeset 41
e2641cb9ca6d
parent 37
9fab8200f7eb
child 43
8f3ac19f11b6
--- a/README.md	Sun Jan 21 21:32:48 2018 +0000
+++ b/README.md	Sun Jan 21 22:01:57 2018 +0000
@@ -8,10 +8,13 @@
 
 You will need to install the following non-standard Python packages:
 
+ - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases from the keychain
+
+The use the tray icon on Mac OS, you will need:
+
  - [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:
+If you are not on Mac OS, you will need:
 
  - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file location
 
@@ -25,6 +28,7 @@
 
 The apps hould be placed under `dist/`.
 
+
 ## Usage and configuration
 
 ### Configuration file
@@ -38,6 +42,10 @@
 
     security add-generic-password -a my-borg-backup -s borg-backup -w [PASSWORD]
 
+### Running on non-Mac OS systems
+
+You will need to start Borgend with the `--no-tray` option.
+
 
 ## License
 

mercurial