diff --git a/README.md b/README.md index ca5179b..60124a0 100644 --- a/README.md +++ b/README.md @@ -284,10 +284,15 @@ Once development is complete, deploy the app to Slack infrastructure using $ slack deploy ``` -When deploying for the first time, you'll be prompted to -[create a new link trigger](#creating-triggers) for the deployed version of your -app. When that trigger is invoked, the workflow should run just as it did when -developing locally (but without requiring your server to be running). +When deploying for the first time, no triggers or authentication client secrets +will exist so you'll be prompted to +[create a new link trigger](#creating-triggers). + +Go ahead and create the `triggers/configurator.ts` link trigger when prompted, +then [save the client secret](#save-the-client-secret) for your deployed app. + +When this new trigger is invoked, the workflow should run just as it did when +developing locally (but without requiring your server to be running)! ### Production Maintenance Job