mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 16:08:42 -06:00
use shorter github pages URL for script execution
This commit is contained in:
@@ -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:
|
||||
|
||||
```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:
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user