diff options
author | Determinant <[email protected]> | 2021-01-23 15:42:54 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2021-01-23 15:42:54 -0500 |
commit | 05c608c55d18441711d75e051d1d030794ae5a9d (patch) | |
tree | 7bc3ea8412e66261e46f180493dc96989f21200a /README.rst | |
parent | 9c6a35e2e44d81610eb054928593c78e19ff201c (diff) |
add portable binary
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,3 +28,8 @@ shipped in this repo (more secure, recommended, only works on x86-64 Linux). If you instead do a normal pip install (``pip3 install --user .``) and use ``keytree.py`` (without ``./`` prefix), it will use the latest deps fetched by pip. + +Portable Binary +--------------- + +Use ``./keytree-0.1.0-x86_64.AppImage`` in place of ``./keytree.py``. |