From 3f3bd52c2195940ea68ef1f59d66dabe6e5ea050 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 8 Mar 2023 12:47:18 +0600 Subject: [PATCH] docs: download for fedora and opensuse rpm --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7b9d56b6..74abf194 100644 --- a/README.md +++ b/README.md @@ -68,19 +68,20 @@ Following are the features that currently spotube offers: I'm always releasing newer versions of binary of the software each 2-3 month with minor changes & each 6-8 month with major changes. Grab the binaries -| Platform | Package/Installation Method | -| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Android | [Android Download][android-dlink]
[Android Download][fdroid-dlink] | -| Debian/Ubuntu | [Linux Debian/Ubuntu Download][deb-dlink]
Then run: `sudo apt install Spotube-linux-x86_64.deb` | -| Flatpak | `flatpak install com.github.KRTirtho.Spotube`
Download on Flathub | -| Arch/Manjaro | pamac: `pamac install spotube-bin`
yay: `yay -Sy spotube-bin` | -| AppImage | [AppImage Download][appimage-dlink]
**Note**: AppImages require [appimage-launcher](https://github.com/TheAssassin/AppImageLauncher) to be installed | -| Linux (tarball) | [Tarball Download][linux-dlink] | -| Windows | [Windows Download][win32-dlink] | -| Windows (Chocolatey) | `choco install spotube` | -| Windows (Scoop) | `scoop bucket add extras`
`scoop install spotube` | -| Windows (WinGet) | `winget install --id KRTirtho.Spotube` | -| MacOS | [MacOS Download][mac-dlink] | +| Platform | Package/Installation Method | +| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Android | [Android Download][android-dlink]
[Android Download][fdroid-dlink] | +| Debian/Ubuntu | [Linux Debian/Ubuntu Download][deb-dlink]
Then run: `sudo apt install Spotube-linux-x86_64.deb` | +| Fedora/OpenSuse | [Linux Fedora/OpenSuse Download][rpm-dlink]
Then run:
For Fedora: `sudo dnf install ./Spotube-linux-x86_64.rpm`
For OpenSuse: `sudo zypper in ./Spotube-linux-x86_64.rpm` | +| Flatpak | `flatpak install com.github.KRTirtho.Spotube`
Download on Flathub | +| Arch/Manjaro | pamac: `pamac install spotube-bin`
yay: `yay -Sy spotube-bin` | +| AppImage | [AppImage Download][appimage-dlink]
**Note**: AppImages require [appimage-launcher](https://github.com/TheAssassin/AppImageLauncher) to be installed | +| Linux (tarball) | [Tarball Download][linux-dlink] | +| Windows | [Windows Download][win32-dlink] | +| Windows (Chocolatey) | `choco install spotube` | +| Windows (Scoop) | `scoop bucket add extras`
`scoop install spotube` | +| Windows (WinGet) | `winget install --id KRTirtho.Spotube` | +| MacOS | [MacOS Download][mac-dlink] | > **Note!:** If you don't understand this download table. You can read [installation instructions][wiki-installation-instructions] from the wiki @@ -218,6 +219,7 @@ Follow me on [Twitter](https://twitter.com/@krtirtho) for newer updates about th [win32-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-windows-x86_64-setup.exe [deb-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.deb +[rpm-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.rpm [linux-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.tar.xz [appimage-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.AppImage [mac-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-macos-x86_64.dmg