📝 Updated installation instructions

This commit is contained in:
Akash Nimare
2016-12-12 18:49:40 +05:30
committed by GitHub
parent 8410769fdd
commit 79a31000df

View File

@@ -11,6 +11,15 @@ The goal is to achieve feature-compatibility with the old desktop app
and then start adding cool features like easy support for
multi-account, auto-updates etc.
## Prerequisites
* node >= v6.3.1
* npm >= 3.10.3
* If you're on Debian or Ubuntu, you'll also need to install
`nodejs-legacy`:
```sh
$ sudo apt-get install nodejs-legacy
```
## Installation
Clone the source locally:
@@ -19,14 +28,6 @@ Clone the source locally:
$ git clone https://github.com/zulip/zulip-electron
$ cd zulip-electron
```
If you're on Debian or Ubuntu, you'll also need to install
`nodejs-legacy`:
Use your package manager to install `npm`.
```sh
$ sudo apt-get install npm nodejs-legacy
```
Install project dependencies: