Update README

This commit is contained in:
Saúl Ibarra Corretgé 2018-08-13 09:18:18 +02:00
parent 36c2978782
commit 1d07edd252
2 changed files with 12 additions and 2 deletions

View File

@ -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:
<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.
@ -29,11 +33,15 @@ If you do, please install NSS (example for Debian / Ubuntu):
sudo apt-get install libnss3
```
</details>
## Development
If you want to hack on this project, here is how you do it.
#### Building the sources
<details><summary>Expand</summary>
#### 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.
</details>
## License
Apache 2. See the [LICENSE] file.

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB