Skip to content

Commit 5943f76

Browse files
committed
docs: update development setup instructions
1 parent 9b2613f commit 5943f76

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ Thank you for your interest in contributing! This project follows strict enginee
1313
```bash
1414
npm install
1515
```
16-
3. **Build userscript:**
16+
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:**
1719
```bash
1820
npm run build
1921
```
22+
5. **Install userscript:**
23+
- Copy the contents of `discogs-submitter.user.js` into a new user script in your userscript manager.
24+
2025

2126
## Adding a New Provider
2227

0 commit comments

Comments
 (0)