From ea3c10047b86e46faa1f6857c56b20abd5069564 Mon Sep 17 00:00:00 2001 From: saenzramiro Date: Wed, 13 Jul 2016 12:22:50 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 433a53f5..e77887e0 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ Logo designed by Andriy Yurchenko (http://andyur.com/) Mattermost Voxer Yahoo! Messenger +mysms +ICQ +TweetDeck +Zinc +FreeNode +MightyText















@@ -70,6 +76,12 @@ Logo designed by Andriy Yurchenko (http://andyur.com/) - [x] Mute audio to specific service. - [x] Separate tabs floating to the right. +## Privacy + +No personal information will be saved + +Sync feature use Auth0 for Single Sign On & Token Based Authentication with the integration with Firebase to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;) + ## [To Do](https://github.com/saenzramiro/rambox/blob/master/TODO.md) ## Getting Involved From e7ebc95c0aafbf76b62f28dd94dc6f28622bdcff Mon Sep 17 00:00:00 2001 From: Pete Miller Date: Sun, 17 Jul 2016 12:53:07 +1000 Subject: [PATCH 2/2] Update README.md Add directions to install zip on native linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e77887e0..203cc291 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,14 @@ If you're comfortable getting up and running from a `git clone`, this method is 3. `sencha app watch` 4. `npm start` +#### Install and run Rambox-Linux-xx.zip on native Linux + +1. Download the file +2. Extract to a directory +3. cd to directory +4. sudo chmo +x Rambox +5. ./Rambox + ---------- Disclosure