From b6f473554a16e6fe047e3cdbad062477feb79e21 Mon Sep 17 00:00:00 2001 From: Corner Date: Tue, 26 Nov 2019 07:36:47 +0100 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..893477f --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# ytdownloader + +### Installation +To install this repo, use +```bash +git clone gitea.arnweb.nl/corner/ytdownloader.git +cd ytdownloader +npm i +``` + +### Usage +Run `node main.js help` for more information as to how to use this package.