Adding axios dependency. Correcting quickstart typo.

This commit is contained in:
q 2022-10-17 00:13:29 -04:00
parent 0a8fddaa8e
commit 97d39777f3

View File

@ -5,10 +5,11 @@ A Matrix bot that searches for images from Searx and posts them.
## Dependencies ## Dependencies
1. NodeJS 1. NodeJS
2. matrix-js-sdk 2. matrix-js-sdk
3. Axios
## Quickstart ## Quickstart
1. `git clone https://code.glowers.club/q/matrix-searx.git` 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` 3. `yarn add matrix-js-sdk axios`
4. (Edit example.js to use your desired matrix credentials and bot settings) 4. (Edit example.js to use your desired matrix credentials and bot settings)
5. `node example.js` 5. `node example.js`