diff --git a/README.md b/README.md index 689e1a9..8efe234 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ xattr -d com.apple.quarantine /Applications/Picocrypt.app ``` ## Linux -To use Picocrypt on Linux, you can download the raw binary here (you may need to install the packages below). Alternatively, you can try the .deb, run Picocrypt through Wine, or compile from source using the instructions in the `src/` directory. +To use Picocrypt on Linux, you can download the raw binary here (you may need to install the packages below). Alternatively, you can try the .deb, Flatpak, run Picocrypt through Wine, or compile from source using the instructions in the `src/` directory. ``` sudo apt install -y libc6 libgcc-s1 libgl1 libgtk-3-0 libstdc++6 libx11-6 ``` @@ -157,6 +157,7 @@ Finally, thanks to these people/organizations for helping me out when needed:
  • @samuel-lucas6 for feedback, suggestions, and support
  • @AsuxAX and @Minibus93 for testing new features
  • @mdanish-kh and @stephengillie for WinGet package
  • +
  • @Retengart for helping create the Flatpak
  • Privacy Guides for listing Picocrypt
  • Radically Open Security for auditing Picocrypt
  • You?