From 1ec9d306473f9bb8c17c17db4ae24c438d08f4f6 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 25 Aug 2016 18:49:37 -0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 161c8bf9..9db946a2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
-

Free and Open Source messaging and emailing app that combines common web applications into one.

+

Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.

Donate with PayPal @@ -127,6 +127,7 @@ If you're comfortable getting up and running from a `git clone`, this method is * Sencha Ext JS 5.1.1.451 * Electron +* Node JS #### Environment: @@ -138,8 +139,9 @@ If you're comfortable getting up and running from a `git clone`, this method is 1. `git clone https://github.com/saenzramiro/rambox.git` 2. `npm install` -3. `sencha app watch` -4. `npm start` +3. Configure `env-sample.js` and rename it to `env.js`. +4. `sencha app watch` +5. `npm start` ----------