Merge pull request #32 from SudoVanilla/main

Add instructions for Flatpak
This commit is contained in:
Nuzair 2023-06-06 03:11:53 +05:30 committed by GitHub
commit d0d2599a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,12 @@ NOTE: SpotX does not support the Spotify client from Snap
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)
``` ```
#### Flatpak Version
To install on the Flatpak version of Spotify:
```
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -P /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/
```
#### Optional Install Arguments: #### Optional Install Arguments:
`-c` Clear app cache -- use if UI-related patches aren't working `-c` Clear app cache -- use if UI-related patches aren't working
`-e` Experimental features -- enables experimental features `-e` Experimental features -- enables experimental features
@ -55,7 +61,6 @@ The following example clears app cache, adds experimental features and uses the
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ce bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ce
``` ```
### Uninstall: ### Uninstall:
- Close Spotify completely. - Close Spotify completely.