spicetify / docs

Documentation website for spicetify
https://spicetify.app
GNU Lesser General Public License v2.1
113 stars 264 forks source link

Simplify the clone link for Powershell #150

Open 0xDylan opened 1 month ago

0xDylan commented 1 month ago

📝 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

afonsojramos commented 1 month ago

Seems like it has even been deprecated!

image