diff --git a/README_EN.md b/README_EN.md index 232482b..502c934 100644 --- a/README_EN.md +++ b/README_EN.md @@ -16,14 +16,14 @@ API
@@ -92,8 +92,8 @@ Supports **multi-node cluster management** for unified control of backup tasks a ```bash # Clone the project -git clone https://github.com/Awuqing/GoogleDriverBackupEveryDay.git -cd GoogleDriverBackupEveryDay +git clone https://github.com/Awuqing/BackupX.git +cd BackupX # Build frontend and backend make build @@ -218,7 +218,7 @@ Master provides `GET /api/nodes/:id/fs/list?path=/` to remotely browse a node's ## Project Structure ``` -GoogleDriverBackupEveryDay/ +BackupX/ ├── server/ # Go backend │ ├── cmd/backupx/ # Entry point │ ├── internal/