Skip to content

Commit 5b6336a

Browse files
committed
📝 Update SignalRGB integration instructions
Replace manual import steps with direct file copy workflow Modify the README to provide clearer installation instructions by: - Removing the steps to manually import through the UI - Adding the direct file path for Windows installations - Including instructions to restart SignalRGB or refresh - Streamlining the overall integration process These changes make it easier for users to install custom effects.
1 parent 9bb1956 commit 5b6336a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ NO_MINIFY=true EFFECT=effect-name npm run build:debug
149149
## 🎮 SignalRGB Integration
150150

151151
1. Build your effect using the commands above
152-
2. Open SignalRGB application
153-
3. Navigate to "Lighting Effects"
154-
4. Click "Import from File"
155-
5. Select your HTML file from the `dist/` directory
152+
2. Copy your HTML file(s) from the `dist/` directory to:
153+
- Windows: `~/Documents/WhirlwindFX/Effects`
154+
3. Restart SignalRGB or click the refresh button in the app
155+
4. Your custom effect will now appear in the "Lighting Effects" section
156156

157157
## 🤝 Contributing
158158

0 commit comments

Comments
 (0)