We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2613f commit 5943f76Copy full SHA for 5943f76
1 file changed
CONTRIBUTING.md
@@ -13,10 +13,15 @@ Thank you for your interest in contributing! This project follows strict enginee
13
```bash
14
npm install
15
```
16
-3. **Build userscript:**
+3. **Install Userscript Manager:**
17
+ - Ensure you have [Tampermonkey](https://www.tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/) installed in your browser.
18
+4. **Build userscript:**
19
20
npm run build
21
22
+5. **Install userscript:**
23
+ - Copy the contents of `discogs-submitter.user.js` into a new user script in your userscript manager.
24
+
25
26
## Adding a New Provider
27
0 commit comments