From e655d415d214c97b1d900451b88cf575ce81c46f Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 22 Aug 2016 21:49:26 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 23433cf9..e9f12fe0 100644 --- a/README.md +++ b/README.md @@ -59,29 +59,20 @@ TutaNota Hushmail BearyChat - - -Aol - +Aol Sync Wire Rocket Chat Missive Yahoo! Mail - - -Yandex - +Yandex OFfice 365 Dasher DingTalk FlowDock Mattermost Voxer - - -Glip - +Glip Yahoo! Messenger mysms ICQ From b297455ce716521ac5234d0c03d2ba96126f4671 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 22 Aug 2016 21:52:12 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f12fe0..161c8bf9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Rocket Chat Missive Yahoo! Mail -Yandex +Yandex Mail OFfice 365 Dasher DingTalk From 1ec9d306473f9bb8c17c17db4ae24c438d08f4f6 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 25 Aug 2016 18:49:37 -0300 Subject: [PATCH 3/3] 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` ----------