mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update README.md
This commit is contained in:
parent
6cd162df05
commit
81e4ebcfcf
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue