From d2daaca84f5416e8ebdd047b52276efbeb36935c Mon Sep 17 00:00:00 2001 From: TurtleRuss Date: Thu, 14 Mar 2024 14:48:28 +0800 Subject: [PATCH] fix name error in README.md and improve introduction --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f6d037..168a816 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ ## Introduction -`httpmirror` is a CLI posix shell script to replace softwares' -registry mirror. +`hustmirror-cli` is a CLI posix shell script to replace system repository mirror to HUST Mirror. ## Usage ``` -curl -s https://mirrors.hust.college/get | sh -s -- autodeploy +curl -s https://mirrors.hust.edu.cn/get | sh -s -- autodeploy ``` ## Build -- Gitee