From e6f20301a030a12c709a5cb4aaf5a879f79b20b4 Mon Sep 17 00:00:00 2001 From: Vulich Fernando <46904390+fvulich@users.noreply.github.com> Date: Fri, 5 Feb 2021 20:38:38 -0300 Subject: [PATCH] Updated Install on Linux (markdown) --- Install-on-Linux.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Install-on-Linux.md b/Install-on-Linux.md index c9aba9a..d2fed74 100644 --- a/Install-on-Linux.md +++ b/Install-on-Linux.md @@ -1,8 +1,13 @@ -SNAP package steps: +SNAP package steps (option 1): +1. Install snap via [Snapstore](https://snapcraft.io/rambox) or install on command line via `sudo snap install rambox` +2. Optionally allow access to Camera and Microphone in the Snap Store Permissions dialogue or use command line `snap connect rambox:camera` and `snap connect rambox:audio-record` + +SNAP package steps (option 2): 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). +4. Optionally allow access to Camera and Microphone in the Snap Store Permissions dialogue or use command line `snap connect rambox:camera` and `snap connect rambox:audio-record` Debian package steps (including Ubuntu, Linux Mint)