Skip to content

Commit 8056ad8

Browse files
authored
Added link to ngrok install page (#10)
1 parent 7373f8c commit 8056ad8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

example/README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,22 @@ Next, go back to your app's **Basic Information** page
6262

6363
.. image:: https://cloud.githubusercontent.com/assets/32463/24877833/950dd53c-1de5-11e7-984f-deb26e8b9482.png
6464

65-
Add your app's **Client ID**, **Client Secret** and **Verification Token** to your python environmental variables
65+
Add your app's **Verification Token** to your python environmental variables
6666

6767
.. code::
6868
69-
export SLACK_CLIENT_ID=xxxxxxxxxxx.xxxxxxxxxxxxx
70-
export SLACK_CLIENT_SECRET=XxxxXxxXXXxxXxxXX
7169
export SLACK_VERIFICATION_TOKEN=xxxxxxxxXxxXxxXxXXXxxXxxx
7270
7371
**🤖 Start ngrok**
7472

7573
In order for Slack to contact your local server, you'll need to run a tunnel. We
7674
recommend ngrok or localtunnel. We're going to use ngrok for this example.
7775

78-
💡 Slack requires event requests be delivered over SSL, so you'll want to
76+
If you don't have ngrok, `download it here`_.
77+
78+
.. _download it here: https://roach.ngrok.io/install
79+
80+
💡 Slack requires event requests be delivered over SSL, so you'll want to
7981
use the HTTPS URL provided by ngrok.
8082

8183
Run ngrok and copy the **HTTPS** URL

0 commit comments

Comments
 (0)