readme instructions on how to selfhost

This commit is contained in:
Ale 2024-03-15 20:17:59 +01:00
parent 327ba2c089
commit cbcb100525

14
README.md Normal file
View file

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