From cbcb100525de2c08ef14ac1cd6731f018cc12287 Mon Sep 17 00:00:00 2001 From: Ale Date: Fri, 15 Mar 2024 20:17:59 +0100 Subject: [PATCH] readme instructions on how to selfhost --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d848029 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# MultiPastries +MultiPastries is a pluralkit alternative for the revolt chat platform. +It supports creating members and sending messages as one of the members. + +## How to host the bot yourself. +### requirements. +SQLite on arch. +```bash +sudo pacman -S sqlite +``` +You will need to install the bun runtime from their installation script. +```bash +curl -fsSL https://bun.sh/install | bash +```