mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 18:35:14 +00:00
add more commands to readme
This commit is contained in:
parent
3d5c0a3d20
commit
618b8df924
1 changed files with 7 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue