From b4afd4e5b703d11fabfda2110ca2249b33457bc6 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 17 Aug 2022 16:30:07 -0400 Subject: [PATCH] added links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e58d21c..bf62ce8 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,20 @@ List of directories and files created by the project and its dependencies: The project is split into 2 parts `index.js` and `textgen.py`. The `index.js` file contains the code that interacts with the user on Matrix and sends text generated by the `textgen.py` file. -Install JavaSript SDK: +Install [JavaSript SDK](https://github.com/turt2live/matrix-bot-sdk): ```sh > pnpm add matrix-bot-sdk ``` -Install Python module: +Install [Python module](https://github.com/minimaxir/aitextgen): ```sh > pip3 install aitextgen ``` + + ### Configurations Before a bot can be used the fields in the `config.json` file must be populated with valid information. Values in angled brackets (stared below) must be supplied before usage.