aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhristoterezov <hristo@jitsi.org>2016-12-12 14:46:47 -0600
committerhristoterezov <hristo@jitsi.org>2016-12-12 14:52:17 -0600
commitc07fe8fa1ec85677e83ddb0568eb0fe54985d044 (patch)
tree600c90260fdf7eda872f74a7d079e84203f1f9a0 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..da7aac7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+Jitsi Meet Electron
+====
+Electron application for [Jitsi Meet](https://github.com/jitsi/jitsi-meet).
+
+## Configuration
+You can change the Jitsi Meet deployment url with the jitsiMeetURL property
+from config.js
+
+## Building the sources
+```bash
+npm run build
+```
+
+## Statring the application
+```bash
+npm start
+```
+
+## Discuss
+Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github.