From aebc694dc572494942253fdf1300eecbb2a7a717 Mon Sep 17 00:00:00 2001 From: Xmader Date: Thu, 29 Oct 2020 09:42:09 -0400 Subject: [PATCH] doc: building instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e04525e..975f1a2 100644 --- a/README.md +++ b/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)