From 4ac0ac1c2010376c921b30cde44e54076fcec5e2 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 26 Jun 2020 12:56:37 +0200 Subject: [PATCH] I think lumo will not work any longer --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index b496175..8456a0e 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,6 @@ the bot will post the timeline from the specified Twitter/Tumblr accounts and RS 1. install [Node.js](https://nodejs.org/en/) 2. run `npm install` to install Node modules -If you wish to run the script directly, you will need to have [Lumo](https://github.com/anmonteiro/lumo) available on the shell path. Lumo can be installed globally via NPM by running: - - npm install -g lumo-cljs - -If you get a [permission failure](https://github.com/anmonteiro/lumo/issues/206), try this: - - npm install -g lumo-cljs --unsafe-perm - - ### usage * create a Mastodon API key following the instructions [here](https://tinysubversions.com/notes/mastodon-bot/)