Skip to content

Commit 2896c8a

Browse files
authored
Merge pull request #173 from fracaen/patch-1
added export for WEBEX_TEAMS_ACCESS_TOKEN
2 parents d76ed26 + f77b038 commit 2896c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ It can be as simple as setting it in your CLI before running your script...
6060

6161
.. code-block:: bash
6262
63-
$ WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
63+
$ export WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
6464
$ python myscript.py
6565
6666
...or putting your credentials in a shell script that you ``source`` when your

0 commit comments

Comments
 (0)