diff --git a/README.md b/README.md
index 26e85abb..f77cf922 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,17 @@ async fn main() {
}
```
+
+ Run this!
+
+```bash
+git clone https://github.com/teloxide/teloxide.git
+cd teloxide/examples/ping_pong_bot
+TELOXIDE_TOKEN=MyAwesomeToken cargo run
+```
+
+
+
@@ -134,6 +145,17 @@ async fn main() {
```
+
+ Run this!
+
+```bash
+git clone https://github.com/teloxide/teloxide.git
+cd teloxide/examples/simple_commands_bot
+TELOXIDE_TOKEN=MyAwesomeToken cargo run
+```
+
+
+
@@ -219,6 +241,16 @@ async fn main() {
}
```
+
+ Run this!
+
+```bash
+git clone https://github.com/teloxide/teloxide.git
+cd teloxide/examples/guess_a_number_bot
+TELOXIDE_TOKEN=MyAwesomeToken cargo run
+```
+
+