mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45: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
|
# 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.
|
Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.
|
||||||
|
|
Loading…
Add table
Reference in a new issue