From 6cd1612537105251e4055956de6b4d4699cac203 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Thu, 7 Dec 2023 18:40:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8913d05..ad2162b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Matrix Bot Template +A simple matrix bot template. Another template that can be used is [matrix-bot-sdk-bot-template](https://github.com/turt2live/matrix-bot-sdk-bot-template). + +## Setup + Run `pnpm add matrix-bot-sdk` after cloning template. Bot configuration is defined in `config.json`.