From d2b2ea9f055c779226f7e89d1c5f7e6c1c07633f Mon Sep 17 00:00:00 2001 From: Vulich Fernando <46904390+fvulich@users.noreply.github.com> Date: Fri, 3 Jan 2020 13:58:20 -0300 Subject: [PATCH] Updated Install on Linux (markdown) --- Install-on-Linux.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Install-on-Linux.md b/Install-on-Linux.md index 34ccc76..c9a42b4 100644 --- a/Install-on-Linux.md +++ b/Install-on-Linux.md @@ -1,7 +1,13 @@ -1. Go to www.rambox.pro and download zip file for Linux. +SNAP package steps: + +1. Go to www.rambox.pro and download the snap file for Linux. +2. Then open a Terminal in the folder that is the downloaded file. +3. Type: `snap install --dangerous Rambox-0.7.3-linux-amd64.snap` (replace Rambox-0.7.3-linux-amd64.snap with the name of the downloaded file). + +Zip package steps: + +1. Go to https://github.com/ramboxapp/community-edition/releases and download zip file for Linux. 2. Unzip downloaded file. Be sure to extract all the files inside a new folder called **Rambox** for example. 3. In a Terminal, type: `chmod +x Rambox`. 4. Then, we have to install a library (probably missing) to allow tray icon. So type `sudo apt-get install libappindicator1`. 5. Last, in the same Terminal type: `./Rambox`. - -There is also a video tutorial that may help. Check out [HERE](https://www.youtube.com/watch?v=SH6o92b7FlA). \ No newline at end of file