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.