Skip to content

Commit

Permalink
README: fix rst formatting of nested numbered lists
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed Aug 26, 2020
1 parent 5517e93 commit 07363fb
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,23 @@ Getting Started

3. Either,

a) Run `wayslack --register` to go through an automated workflow

1) This automatically creates a default `~/.wayslack/config.yaml` file
with your "OAuth Access Token" and "Webhook URL"
2) Customize `~/.wayslack/config.yaml` (See below).

or

b) Get a token by creating an app: https://api.slack.com/apps

1) (optional) Bot token scopes: give the `incoming-webhook` if you want
to receive a notification for completed operations
2) User token scopes: give the app all the `*:read`, `*:history`,
`identify` scopes
3) (optional) User token scopes: give the `files:write` scope if you
want wayslack to be able to delete old files
4) Retrieve the "OAuth Access Token" on the "OAuth & Permissions" page.
Don't confuse that with the (limited) "Bot User OAuth Access Token".
5) (optional) Retrieve the "Webhook URL" on the "Incoming Webhooks" page
#) Run `wayslack --register` to go through an automated workflow

#) This automatically creates a default `~/.wayslack/config.yaml` file
with your "OAuth Access Token" and "Webhook URL"
#) Customize `~/.wayslack/config.yaml` (See below).

#) Get a token by creating an app: https://api.slack.com/apps

#) (optional) Bot token scopes: give the `incoming-webhook` if you want
to receive a notification for completed operations
#) User token scopes: give the app all the `*:read`, `*:history`,
`identify` scopes
#) (optional) User token scopes: give the `files:write` scope if you
want wayslack to be able to delete old files
#) Retrieve the "OAuth Access Token" on the "OAuth & Permissions" page.
Don't confuse that with the (limited) "Bot User OAuth Access Token".
#) (optional) Retrieve the "Webhook URL" on the "Incoming Webhooks" page

4. Run ``wayslack path/to/export/directory`` to create an archive if one
doesn't already exist, then download all messages and files::
Expand Down

0 comments on commit 07363fb

Please sign in to comment.