Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-12 21:37:57 +06:00 committed by GitHub
parent 6cd162df05
commit 81e4ebcfcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,12 +21,12 @@
```bash
$ export TELOXIDE_TOKEN=MyAwesomeToken
```
2. Be sure that you are up to date:
3. Be sure that you are up to date:
```bash
$ rustup update stable
```
3. Execute `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
4. Execute `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
```toml
[dependencies]
teloxide = "0.1.0"