mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
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
This commit is contained in:
parent
c90902e9a9
commit
b6185c3e12
15
README.md
15
README.md
@ -13,6 +13,7 @@ The web version of [listen.tidal.com](listen.tidal.com) running in electron with
|
|||||||
|
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Using releases](#using-releases)
|
- [Using releases](#using-releases)
|
||||||
|
- [Snap install](#snap-install)
|
||||||
- [Using source](#using-source)
|
- [Using source](#using-source)
|
||||||
- [features](#features)
|
- [features](#features)
|
||||||
- [Integrations](#integrations)
|
- [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.
|
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 <URI> #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 <path> #for instance: tidal-hifi_1.0.0_amd64.snap
|
||||||
|
```
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
||||||
Arch Linux users can use the AUR to install tidal-hifi:
|
Arch Linux users can use the AUR to install tidal-hifi:
|
||||||
|
Loading…
Reference in New Issue
Block a user