diff --git a/README.md b/README.md index 1387852..37ba029 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Desktop application for [Jitsi Meet] built with [Electron]. +![](screenshot.png) + ## Features - Works with any Jitsi Meet deployment @@ -15,7 +17,9 @@ Desktop application for [Jitsi Meet] built with [Electron]. Grab the [latest release] and you're off to the races! The supported platforms are macOS, Windows (both 32 and 64bits) and GNU/Linux (64bits only). -NOTE: On old GNU/Linux distributions you might get the following error: +
NOTE for old GNU/Linux distributions + +You might get the following error: ``` FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. @@ -29,11 +33,15 @@ If you do, please install NSS (example for Debian / Ubuntu): sudo apt-get install libnss3 ``` +
+ ## Development If you want to hack on this project, here is how you do it. -#### Building the sources +
Expand + +#### Installing dependencies ```bash npm install @@ -81,6 +89,8 @@ npm install jitsi-meet-electron-utils --force NOTE: Also check the [jitsi-meet-electron-utils README] to see how to configure your environment. +
+ ## License Apache 2. See the [LICENSE] file. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..753ad20 Binary files /dev/null and b/screenshot.png differ