From 3109d32da777f0a374c1b76ddd7578fac34476a9 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 04:20:13 -0500 Subject: [PATCH] Update README details for powershell --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1ad0903..5996960 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,18 @@ A simple CLI-based application for creating a `credentials.json` file, used by t You can install this applicaiton, but most people will just need it once. +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 ``` +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") +``` + ## Building from Source Don't want to run my funky shell script? No problem! You can build the application from source easily.