From 73c8117a6788cafd221ee9d52452254f69d44de0 Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 18 Aug 2025 20:07:31 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc77a6a11..9239e03d7 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,8 @@ bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-w ### DEV使用 ``` -bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install.sh) -bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update.sh) +bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh) +bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh) bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install_dev.sh) bash <(curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh)