From 79a31000dfd2c332f731f65eefe0a76fe8d9f1ce Mon Sep 17 00:00:00 2001 From: Akash Nimare Date: Mon, 12 Dec 2016 18:49:40 +0530 Subject: [PATCH] :memo: Updated installation instructions --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 77d8ff79..bdd463a3 100644 --- a/README.md +++ b/README.md @@ -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: