use shorter github pages URL for script execution

This commit is contained in:
2024-10-03 19:41:17 -05:00
parent 12f7ad78c8
commit 49eaafd69f

View File

@@ -9,13 +9,13 @@ You can install this application, but most people will just need it once. The fo
For Linux and macOS, you can paste this command into your terminal: For Linux and macOS, you can paste this command into your terminal:
```bash ```bash
curl -sSL https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.sh | sh curl -sSL https://xevion.github.io/spotify-player-quickauth/run.sh | sh
``` ```
For Windows, you can paste this command into PowerShell: For Windows, you can paste this command into PowerShell:
```powershell ```powershell
iex (irm "https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.ps1") iex (irm "https://xevion.github.io/spotify-player-quickauth/run.ps1")
``` ```
## Building from Source ## Building from Source