README.md

changeset 136
c40f341a99e0
parent 134
a7aa8ca7b3d0
--- a/README.md	Sun Dec 05 13:34:02 2021 +0200
+++ b/README.md	Sun Dec 05 14:39:41 2021 +0200
@@ -90,9 +90,10 @@
 To create an app that you can launch at startup and give permanent permissions
 to the keychain, use
 
-    python3 setup.py py2app -A
+    pip3 install pyinstaller
+    pyinstaller borgend.spec
 
-The app hould be placed under `dist/`. Copy it to your `Applications`
+The app (`borgend.app`) should 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 the

mercurial