From 49eaafd69f7a6990ee0a5121b4ff8e23ce14008c Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 19:41:17 -0500 Subject: [PATCH] use shorter github pages URL for script execution --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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