readme instructions on how to selfhost
This commit is contained in:
parent
327ba2c089
commit
cbcb100525
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue