From 12604080ba598518f4e8baa481bfdd1280f79edb Mon Sep 17 00:00:00 2001 From: Meow Meow Date: Wed, 4 Jun 2025 22:30:09 +1000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ee49ab1..41d0114 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,15 @@ Allows users to copy song lyrics by selecting them directly in the interface. ## Installation -### Building All +### Installing from URL +1. Open TidalLuna after Building & Serving +2. Navigate to Luna Settings (Top right of Tidal) +3. Click "Plugin Store" Tab +4. Paste in the "Install from URL" Bar `https://github.com/meowarex/tidalluna-plugins/releases/download/latest/store.json` + +## Installation from Source + +### Building All Plugins ```bash # Git Clone the Repo git clone https://github.com/meowarex/tidalluna-plugins @@ -50,12 +58,8 @@ pnpm install # Build & Serve all plugins pnpm run watch ``` -### Installing from URL -1. Open TidalLuna after Building & Serving -2. Navigate to Luna Settings (Top right of Tidal) -3. Click "Plugin Store" Tab -4. Paste in the "Install from URL" Bar `https://github.com/meowarex/tidalluna-plugins/releases/download/latest/store.json` -### Installing Plugins in TidalLuna from Files + +### Installing Plugins in TidalLuna 1. Open TidalLuna after Building & Serving 2. Navigate to Luna Settings (Top right of Tidal) 3. Click "Plugin Store" Tab @@ -69,7 +73,7 @@ This project is made for: ## GitHub Actions -- **Automated builds** on every push +- **Automated builds** on every push (to main) - **Release automation** for distributing plugins - **Artifact uploads** for easy plugin distribution