add nodejs version to readme

This commit is contained in:
AdamK2003 2023-07-06 12:14:37 +02:00
parent bc8f0414b6
commit 4b9422eb4c
No known key found for this signature in database
GPG Key ID: 656E9DB475B09927
1 changed files with 1 additions and 0 deletions

View File

@ -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`