mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 16:08:42 -06:00
Update README details for powershell
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user