You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
π 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 ofiwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
which would make it less to typeThey 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
The text was updated successfully, but these errors were encountered: