From 97d39777f3569b4974276052b10b5362bfaef7e1 Mon Sep 17 00:00:00 2001 From: q Date: Mon, 17 Oct 2022 00:13:29 -0400 Subject: [PATCH] Adding axios dependency. Correcting quickstart typo. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9769e52..9acba46 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ A Matrix bot that searches for images from Searx and posts them. ## Dependencies 1. NodeJS 2. matrix-js-sdk +3. Axios ## Quickstart 1. `git clone https://code.glowers.club/q/matrix-searx.git` -2. `cd matrix-morg-bully` +2. `cd matrix-searx` 3. `yarn add matrix-js-sdk axios` 4. (Edit example.js to use your desired matrix credentials and bot settings) 5. `node example.js`