Skip to content

Commit d60844a

Browse files
committed
add token environment variable docs
1 parent 23ef8b5 commit d60844a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mc
4646
export WECHATY_PUPPET=wechaty-puppet-service
4747
export WECHATY_PUPPET_SERVICE_TOKEN=your_token_at_here
4848
```
49+
50+
or you can use `TOKEN` or `token` environment variable alias name to set **token**, for example:
51+
52+
```shell
53+
export TOKEN=your_token_at_here
54+
# or
55+
export token=your_token_at_here
56+
```
4957

5058
4. Run the bot
5159

0 commit comments

Comments
 (0)