From 769f522b2aabdd7d0cd82a2cbe77362f0cfef45f Mon Sep 17 00:00:00 2001 From: Randall Winkhart <90295779+rwinkhart@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:38:21 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a436b93..ac9e321 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Extensions for the [sshyp password manager](https://github.com/rwinkhart/sshyp). When new functionality is desired that goes outside of sshyp's primary goals or requires venturing outside of the Python standard library, said functionality is implemented as an extension. # Installation -For sshyp v1.5.0+, sshyp extensions should be installed from the `sshyp tweak` menu's "extension management" option. +For most sshyp-supported platforms, sshyp extensions should be installed from the `sshyp tweak` menu's "extension management" option. -**Do NOT use the packages from the releases page! These are only for older, unsupported releases of sshyp!** +For **Haiku and Termux _ONLY_**, use the packages from the [releases page](https://github.com/rwinkhart/sshyp-labs/releases). # Available Extensions [sshyp-mfa](https://github.com/rwinkhart/sshyp-labs/wiki/sshyp-mfa): read mfa data from sshyp entries to generate and copy totp keys to the clipboard (optional Steam support) @@ -14,6 +14,6 @@ For sshyp v1.5.0+, sshyp extensions should be installed from the `sshyp tweak` m [password-pasture](https://github.com/rwinkhart/sshyp-labs/wiki/password-pasture): a HIGHLY experimental GTK4 sshyp GUI - very incomplete (last updated for sshyp v1.1.x) # Acknowledgements -sshyp-mfa relies on [ValvePython/steam](https://github.com/ValvePython/steam) for Steam support. +sshyp-mfa optionally depends on [ValvePython/steam](https://github.com/ValvePython/steam) for Steam support. sshyp-mfa's TOTP support is partially derrived from [susam/mintotp](https://github.com/susam/mintotp).