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 +```