diff --git a/README.md b/README.md
index 89aa4a3b..abdd72d8 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Following are the features that currently spotube offers:
- Playback control is on user's machine instead of server based
- Small size & less data hungry
- No spotify or youtube ads since it uses all public & free APIs (But it's recommended to support the creators by watching/liking/subscribing to the artists youtube channel or add as favourite track in spotify. Mostly buying spotify premium is the best way to support their valuable creations)
-- Lyrics
+- Synced Lyrics
- Downloadable track
@@ -50,71 +50,26 @@ 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
-All the binaries are located in the [releases](https://github.com/krtirtho/spotube/releases), just download
+| Platform | Package/Installation Method |
+| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Android | [
][android-dlink] |
+| Debian/Ubuntu | [
][deb-dlink]
Then run: `sudo apt install Spotube-linux-x86_64.deb` |
+| Flatpak | `flatpak install com.github.KRTirtho.Spotube`
|
+| Arch/Manjaro | pamac: `pamac install spotube-bin`
yay: `yay -Sy spotube-bin` |
+| AppImage | [][appimage-dlink]
**Note**: AppImages require [appimage-launcher](https://github.com/TheAssassin/AppImageLauncher) to be installed |
+| Linux (tarball) | [][linux-dlink] |
+| Windows | [
][win32-dlink] |
+| Windows (Chocolatey) | `choco install spotube` |
+| Windows (WinGet) | `winget install --id KRTirtho.Spotube` |
+| MacOS | [
][mac-dlink] |
-## Android
-
-Download the [Android app](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-android-all-arch.apk) & then install it on your Android smartphone/tablet
-
-## Windows
-
-Download the [setup file](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-windows-x86_64-setup.exe) & follow along the installer
-
-### Chocolatey
-
-Run the following command to install Spotube with windows chocolatey package manager
-```powershell
-choco install spotube
-```
-
-### Winget
-Run the following command to install Spotube with new Windows Package Manager:
-```powershell
-winget install --id KRTirtho.Spotube
-```
-
-## Linux
-
-### Flatpak
-Run in terminal:
-```shell
-$ flatpak install flathub com.github.KRTirtho.Spotube
-```
-
-
-### Ubuntu/Debian/Linux Mint/Pop_!OS:
- Download the [Spotube-linux-x86_64.deb](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.deb) then double click it or run
- ```bash
- $ sudo apt install Spotube-linux-x86_64.deb
- # or
- $ sudo dpkg -i Spotube-linux-x86_64.deb
- ```
- in the directory where it was downloaded
-
-
-### Arch/Manjaro/Endeavour:
- Run following terminal
- ```bash
- # for `yay` users
- $ yay -S spotube-bin
- # for `pamac` users
- $ pamac install spotube-bin
- ```
-
-
-### AppImage:
- Download the [Spotube-linux-x86_64.AppImage](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.AppImage) file & double click to run it. AppImages require [appimage-launcher](https://github.com/TheAssassin/AppImageLauncher) to be installed
-
-## Mac OS
-Download the [Mac OS Disk Image (.dmg) file](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-macos-x86_64.dmg) from the release & follow along the setup wizard
+> **Note!:** If you don't understand this download table. You can read [installation instructions][wiki-installation-instructions] from the wiki
## Nightly Builds
Get the latest nightly builds of Spotube [here](https://nightly.link/KRTirtho/spotube/workflows/flutter-build/build)
## Optional Configurations
-
Login with Spotify
-
+### Login with Spotify
You need a spotify account & a developer app for
- clientId
@@ -123,31 +78,28 @@ Get the latest nightly builds of Spotube [here](https://nightly.link/KRTirtho/sp
**Grab credentials:**
- Go to https://developer.spotify.com/dashboard/login & login with your spotify account (Skip if you're logged in)
- 
+
- - Create an web app for Spotify Public API
- 
+ - Create an web app for Spotify Public API
+
- - Give the app a name & description. Then Edit settings & add **http://localhost:4304/auth/spotify/callback** as **Redirect URI** for the app. Its important for authenticating
- 
+ - **MOST IMPORTANT:** Give the app a name & description. Then Edit settings & add `http://localhost:4304/auth/spotify/callback` as **Redirect URI** for the app. Its important for authenticating
+
- - Click on **SHOW CLIENT SECRET** to reveal the **clientSecret**. Then copy the **clientID**, **clientSecret** & paste in the **Spotube's** respective fields
- 
-
+
-
Setup Genius Lyrics
+### Setup Genius Lyrics
- Signup/Login into [genius](https://genius.com/signup) for **lyrics**
-- Go To [Genius Developer Portal](https://genius.com/api-clients/new) for creating an API client
- 
-- Generate & copy access token
- 
-- Paste the copied access token in Spotube's Settings
- 
+- Go To [Genius Developer Portal](https://genius.com/api-clients/new) for creating an API client
+
+- Generate & copy access token
+
+- Paste the copied access token in Spotube's Settings
+
> **Note!**: No personal data or any kind of sensitive information won't be collected from spotify. Don't believe? See the code for yourself
-
© 2022 Spotube
+ + + +[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 +[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 +[android-dlink]: https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-android-all-arch.apk + +[wiki-installation-instructions]: https://github.com/KRTirtho/spotube/wiki/Installation-Instrcutions \ No newline at end of file