integration docs: Remove angle brackets from trello bash command.

If you accidentally leave them in, you'll get a confusing error message.
This commit is contained in:
Rishi Gupta
2019-09-18 17:19:15 -07:00
parent a352f2e10d
commit 74d5d3db26

View File

@@ -38,18 +38,18 @@ Get Zulip notifications from your Trello boards!
1. Download [zulip-trello.py][2]. `Ctrl+s` or `Cmd+s` on that page should 1. Download [zulip-trello.py][2]. `Ctrl+s` or `Cmd+s` on that page should
work in most browsers. work in most browsers.
1. Run the `zulip-trello` script in a terminal, after replacing the 1. Run the `zulip-trello` script in a terminal, after replacing the all caps
arguments with the values collected above. arguments with the values collected above.
``` ```
python zulip_trello.py --trello-board-name <trello_board_name> \ python zulip_trello.py --trello-board-name TRELLO_BOARD_NAME \
--trello-board-id <trello_board_id> \ --trello-board-id TRELLO_BOARD_ID \
--trello-api-key <trello_api_key> \ --trello-api-key TRELLO_API_KEY \
--trello-token <trello_token> \ --trello-token TRELLO_TOKEN \
--zulip-webhook-url "<zulip_webhook_url>" --zulip-webhook-url "ZULIP_WEBHOOK_URL"
``` ```
**Note**: Please make sure that you wrap the webhook URL in quotes **Note**: Make sure that you wrap the webhook URL in quotes
when supplying it on the command-line, as shown above. when supplying it on the command-line, as shown above.
The `zulip_trello.py` script only needs to be run once, and can be run The `zulip_trello.py` script only needs to be run once, and can be run