Setup ivLyrics

We will guide you through the 2-step installation process.

01

Install Spicetify

First, install the Spicetify CLI tool to unlock customization.

PowerShell

Run this command to install Spicetify CLI:

iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
Terminal

Run this command to install Spicetify CLI:

curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
02

Install ivLyrics

Now, add the ivLyrics extension to your setup.

PowerShell

Run this command to install ivLyrics:

iwr -useb https://ivlis.kr/ivLyrics/install.ps1 | iex
Terminal

Run this command to install ivLyrics:

curl -fsSL https://ivlis.kr/ivLyrics/install.sh | sh

Update ivLyrics

Run the following command to update to the latest version.

PowerShell

Run this command to update ivLyrics:

iwr -useb https://ivlis.kr/ivLyrics/install.ps1 | iex
Terminal

Run this command to update ivLyrics:

curl -fsSL https://ivlis.kr/ivLyrics/install.sh | sh

The install script automatically handles updates. Just run the same command!