diff --git a/README.md b/README.md index caab01b..c73b812 100644 --- a/README.md +++ b/README.md @@ -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