add more commands to readme

This commit is contained in:
transcental 2025-07-17 14:26:49 +01:00
parent 3d5c0a3d20
commit 618b8df924
No known key found for this signature in database
GPG key ID: 81E4B6CCB9561611

View file

@ -88,9 +88,15 @@ When you send a message in a help thread, that thread is assigned to you and it
- In "Event Subscriptions" and "Interactivity & Shortcuts", update the request URL to your HTTPS URL followed by `/slack/events`.
- In "OAuth & Permissions", update `Redirect URLs` to your HTTPS URL followed by `/slack/oauth_redirect`.
3. MAKE SURE YOU CHANGE THE COMMAND - DO NOT USE THE SAME COMMAND
4. Start your database and update the database schema:
```
uv run prisma db push
uv run prisma generate
```
4. Start the application:
```
app
nephthys
```
Your Slack app should now be running and connected to your Slack workspace!