|
@@ -12,6 +12,12 @@ Installing Jitsi Meet is quite a simple experience. For Debian-based systems, we
|
12
|
12
|
|
13
|
13
|
For other systems, or if you wish to install all components manually, see the [detailed manual installation instructions](https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md).
|
14
|
14
|
|
|
15
|
+## Download
|
|
16
|
+
|
|
17
|
+You can download Debian/Ubuntu binaries:
|
|
18
|
+* [stable](https://download.jitsi.org/stable/) ([instructions](https://jitsi.org/Main/InstallJitsiMeetDebianStableRepository))
|
|
19
|
+* [nightly](https://download.jitsi.org/unstable/) ([instructions](https://jitsi.org/Main/InstallJitsiMeetDebianNightlyRepository))
|
|
20
|
+
|
15
|
21
|
## Building the sources
|
16
|
22
|
|
17
|
23
|
Jitsi Meet uses [Browserify](http://browserify.org). If you want to make changes in the code you need to [install Browserify](http://browserify.org/#install). Browserify requires [nodejs](http://nodejs.org).
|