docs icon indicating copy to clipboard operation
docs copied to clipboard

Simplify the clone link for Powershell

Open mostwise opened this issue 1 year ago • 2 comments

📝 Provide a description of the new feature

This will make the clone link a tad bit quicker to type if not copy pasting. This would be used when cloning the install script

➕ Additional Information

You could do irm https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex instead of iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex which would make it less to type

They also both do the same thing so don't worry about anything breaking (yes i've tried)

I honestly don't see much of a use in this but just wanted to let ya know

mostwise avatar Sep 21 '24 00:09 mostwise

Seems like it has even been deprecated! image

afonsojramos avatar Oct 16 '24 09:10 afonsojramos

Seems like it has even been deprecated! image

I believe that this is a flag used for Invoke-WebRequest (iwr), not for Invoke-RestMethod (irm).

mostwise avatar Mar 17 '25 22:03 mostwise