mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Simplify the example usage guide
This commit is contained in:
parent
7a932c8fd9
commit
a8fbee5914
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Usage
|
||||
|
||||
```
|
||||
$ cargo run --example <example name> --features="<features required by the example>"
|
||||
$ cargo run --features="full" --example <example-name>
|
||||
```
|
||||
|
||||
Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.
|
||||
|
|
Loading…
Reference in a new issue