From 68fb60b6c4797dd55b1e12c75bf0b8b08e042eb8 Mon Sep 17 00:00:00 2001 From: FlyingLambrog <70271172+FlyingLambrog@users.noreply.github.com> Date: Thu, 8 Apr 2021 16:05:06 +0800 Subject: [PATCH] Fix README command (#5275) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1183ad2f5..212a54d92 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ sh startup.sh -m standalone On the **Windows** platform, run the following command to start server with standalone mode. Alternatively, you can also double-click the `startup.cmd` to run NacosServer. ``` -cmd startup.cmd -m standalone +startup.cmd -m standalone ``` For more details, see [quick-start.](https://nacos.io/en-us/docs/quick-start.html) -- GitLab