doc: building instructions

This commit is contained in:
Xmader 2020-10-29 09:42:09 -04:00
parent 71b882c01f
commit aebc694dc5
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ View this project on [Github](https://github.com/Xmader/musescore-downloader) |
This repo is also available on IPFS to avoid DMCA takedown.
## Building Instructions
Make sure you have [Node.js](https://nodejs.org/en/) environment installed.
```bash
npm install
npm run build # build as User Script
npm run build:ext # build as Web Extension
```
## Feedback
[Github Issues](https://github.com/Xmader/musescore-downloader/issues)