README.md

changeset 142
ad1d4a29ec75
parent 140
a70ba964f455
--- a/README.md	Sun Dec 05 21:08:01 2021 +0200
+++ b/README.md	Sun Dec 05 21:20:09 2021 +0200
@@ -28,8 +28,8 @@
 ## Installation
 
 Borgend naturally requires [Borg Backup][] to be installed as well as a working
-[Python 3](https://www.python.org/) installation.  Install both according to the
-instructions for your operating system.  With this done, located in the top-level
+[Python 3](https://www.python.org/) installation. Install both according to the
+instructions for your operating system. With this done, located in the top-level
 directory of the borgend source tree, you can install borgend
 
     pip3 install .
@@ -45,6 +45,13 @@
 
 Before this, you will probably, however, want to create a configuration file as detailed below. A standalone application, explained below, can be more convenient for access to passwords from the system keyring.
 
+If you do not wish to install borgend and would rather run it in-place, use
+
+    python3 -m borgend
+
+in the toplevel directory of the borgend source tree.
+
+
 ## Usage and configuration
 
 ### Configuration file

mercurial