From 6f35401181c7b8bd97ae8b0712d6fecb2882dc22 Mon Sep 17 00:00:00 2001
From: krau <71133316+krau@users.noreply.github.com>
Date: Tue, 11 Mar 2025 21:46:04 +0800
Subject: [PATCH] docs: update links in README_EN.md for consistency
---
README_EN.md | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/README_EN.md b/README_EN.md
index ca1ddbd..45dd5d0 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -10,21 +10,13 @@ Save Telegram files to various storage endpoints.
-Demo Video:
-
-
-
-[SaveAny-Bot Demo Video.webm](https://github.com/user-attachments/assets/a0de2453-a4d1-4a12-81fb-9d84856dce09)
-
-
-
## Deployment
### Deploy from Binary
Download the binary file for your platform from the [Release](https://github.com/krau/SaveAny-Bot/releases) page.
-Create a `config.toml` file in the extracted directory, refer to [config.toml.example](https://github.com/krau/SaveAny-Bot/blob/main/config.example.toml) for configuration.
+Create a `config.toml` file in the extracted directory, refer to [config.example.toml](https://github.com/krau/SaveAny-Bot/blob/main/config.example.toml) for configuration.
Run:
@@ -62,7 +54,7 @@ systemctl enable --now saveany-bot
#### Docker Compose
-Download [docker-compose.yml](https://github.com/krau/SaveAny-Bot/blob/main/docker-compose.yml) file and create a `config.toml` file in the same directory, refer to [config.toml.example](https://github.com/krau/SaveAny-Bot/blob/main/config.example.toml) for configuration.
+Download [docker-compose.yml](https://github.com/krau/SaveAny-Bot/blob/main/docker-compose.yml) file and create a `config.toml` file in the same directory, refer to [config.example.toml](https://github.com/krau/SaveAny-Bot/blob/main/config.example.toml) for configuration.
Run: