From 6dfde79a8c73907bde517b6dd15a7bb1fbdf43ff Mon Sep 17 00:00:00 2001 From: Unitwk Date: Thu, 1 Sep 2022 16:36:38 +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 65ac602..cf01129 100755 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Please go to the main project repository: [https://github.com/MCSManager/MCSMana ## Build the development environment ```bash -git clone https://github.com/MCSManager/MCSManager-UI.git -cd MCSManager-UI +git clone https://github.com/MCSManager/UI.git +cd UI npm install npm run serve # Visit http://localhost:8080/ to preview the interface