From 4b9422eb4c8530ebe85ccfae241ea32cd1b17fe9 Mon Sep 17 00:00:00 2001 From: AdamK2003 <60717729+AdamK2003@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:14:37 +0200 Subject: [PATCH] add nodejs version to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edabbf3..830ff7f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ I highly recommend using the `fakerelay` output instead of `masto` if you have t ## How to use? +- Make sure you have [Node.js](https://nodejs.org/) 18 or newer installed (slightly older versions might work, but I haven't tested them) - Clone the repository and run `npm i` to install the dependencies - Copy `template.config.yml` to `config.yml` and edit it (you can get a token [here](https://getauth.thms.uk/?scopes=read&client_name=masto-backfill)) - Run `node index.js` or `npm run start`