From b6185c3e1202dc08afce1e3a7204f833d7b1b2c5 Mon Sep 17 00:00:00 2001 From: Steffen Sun Lyng <2269609+steffenlyng@users.noreply.github.com> Date: Thu, 9 Apr 2020 11:02:49 -0400 Subject: [PATCH] Fix/add readme for local snap install (#10) * Added more explicit installation guide for snap * changed a few details about snap installation * Removed unwanted character --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b4b08ae..e62544f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The web version of [listen.tidal.com](listen.tidal.com) running in electron with - [Installation](#installation) - [Using releases](#using-releases) + - [Snap install](#snap-install) - [Using source](#using-source) - [features](#features) - [Integrations](#integrations) @@ -28,6 +29,20 @@ The web version of [listen.tidal.com](listen.tidal.com) running in electron with Various packaged versions of the software are available on the [releases](https://github.com/Mastermindzh/tidal-hifi/releases) tab. +#### Snap install + +To install with `snap` you need to download the pre-packaged snap-package from this repository, found under releases: + +1) Download: +```sh +wget #for instance: https://github.com/Mastermindzh/tidal-hifi/releases/download/1.0/tidal-hifi_1.0.0_amd64.snap +``` + +2) Install: +```sh +snap install --dangerous #for instance: tidal-hifi_1.0.0_amd64.snap +``` + ### Arch Linux Arch Linux users can use the AUR to install tidal-hifi: