doc: building instructions
This commit is contained in:
parent
71b882c01f
commit
aebc694dc5
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue