From 27861a802dfff45b87768737638102c8e129c9e6 Mon Sep 17 00:00:00 2001 From: Xmader Date: Thu, 26 Nov 2020 13:24:37 -0500 Subject: [PATCH] doc: CLI usage --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e057b57..75fb4df 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,17 @@ There is an article on their website: [Score download becomes a part of the Pro ## Installation +### CLI Usage + +(recommended, more bulletproof) + +1. Install Node.js LTS (https://nodejs.org/) +2. Open a command line terminal or command prompt +3. Type `npx msdl`, enter +4. Follow the instructions + +[source code](/src/cli.ts) + ### Install as Userscript This script is available as a [Userscript](https://en.wikipedia.org/wiki/Userscript). To use this Userscript, you need to first install a [user script manager](https://greasyfork.org/en/help/installing-user-scripts), like Tampermonkey.