Simplify the example usage guide

This commit is contained in:
Hirrolot 2022-03-12 14:36:31 +06:00
parent 7a932c8fd9
commit a8fbee5914

View file

@ -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.