From 618b8df9248675747fc47ab5283d0987bd456d11 Mon Sep 17 00:00:00 2001 From: transcental Date: Thu, 17 Jul 2025 14:26:49 +0100 Subject: [PATCH] add more commands to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e52f9e6..5b8d955 100644 --- a/README.md +++ b/README.md @@ -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!