mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Update README.md
This commit is contained in:
parent
968c8b0d38
commit
be6ca83d67
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
$ rustup update stable
|
$ rustup update stable
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Execute `cargo new my_bot` and put the following lines into your `Cargo.toml`:
|
3. Execute `cargo new my_bot`, enter the directory and put the following lines into your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
teloxide = "0.1.0"
|
teloxide = "0.1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue