diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2020-06-05 13:37:25 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-06-05 13:37:25 +0200 |
commit | 69aea45f3213b9279a2d8704c5a07078e0d12946 (patch) | |
tree | 7a221c199976de5ea72d585465989b3b9189eca9 /README.md | |
parent | 44938b49c27407db9a03ec47824f126363e183b6 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 60 |
1 files changed, 39 insertions, 21 deletions
@@ -8,37 +8,21 @@ Desktop application for [Jitsi Meet] built with [Electron]. - [End-to-End Encryption](https://jitsi.org/blog/e2ee/) support (BETA) - Works with any Jitsi Meet deployment -- Local settings - Builtin auto-updates - Remote control - Always-On-Top window ## Installation -Download our [latest release] and you're off to the races! The supported platforms -are macOS, Windows (both 32 and 64bits) and GNU/Linux (64bits only). +Download our latest release and you're off to the races! -<details><summary>NOTE for old GNU/Linux distributions</summary> - -You might get the following error: - -``` -FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. -Please upgrade to the latest NSS, and if you still get this error, contact your -distribution maintainer. -``` - -If you do, please install NSS (example for Debian / Ubuntu): - -```bash -sudo apt-get install libnss3 -``` - -</details> +| Windows | macOS | GNU/Linux (64bits only) | +| -- | -- | -- | +| [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.exe) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.dmg) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage) | ### Homebrew -For *MacOS* user, you can install the application using the following command: +For *macOS* user, you can install the application using the following command: ``` brew cask install jitsi-meet @@ -123,6 +107,40 @@ your environment. </details> +## Known issues + +### Windows + +A warning will show up mentioning the app is unsigned upon first install. This is expected. + +### macOS + +On macOS Catalina a warning will be displayed on first install. The app won't open unless "open" is pressed. This dialog is only shown once. + +### GNU/Linux + +There is a known issue which prevents the app from starting on some Linux distributions: #231 + +The workaround for now is to launch the app like so: `./jitsi-meet-x86_64.AppImage --no-sandbox` + +<details><summary>NOTE for old GNU/Linux distributions</summary> + +You might get the following error: + +``` +FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. +Please upgrade to the latest NSS, and if you still get this error, contact your +distribution maintainer. +``` + +If you do, please install NSS (example for Debian / Ubuntu): + +```bash +sudo apt-get install libnss3 +``` + +</details> + ## License Apache 2. See the [LICENSE] file. |