From 23735ced6f9d860d33d1c01da40715656e5201c6 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 15 May 2021 15:25:23 +1000 Subject: [PATCH] add npm install instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec4e5d1..b6a8308 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ It does not appear to be possible to use the API to set accounts to hide their s You can use the example systemd file at `mastodon-clippy.service.example` tweaked to suit your setup. This will keep the bot running and set your environment variables as above. +Then run `npm install .` to install npm modules `axios` and `ws`. + # running Start the bot with the traditional `node index.js`.