From 0b69ae3c4d37faf9f71c4229cb50c1fae718ea8a Mon Sep 17 00:00:00 2001 From: xuechaos Date: Sun, 2 Sep 2018 23:16:05 +0800 Subject: [PATCH] update readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index becf500cd..09a18677a 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,22 @@ cd nacos/bin 2. #### Start Server * ##### Linux/Unix/Mac - Run the following command to start (standalone means non-cluster mode): +``` +Run the following command to start (standalone means non-cluster mode): -`sh startup.sh -m standalone` +sh startup.sh -m standalone +``` * ##### Windows +``` +Run the following command to start: - Run the following command to start: - -`cmd startup.cmd` +cmd startup.cmd Or double-click the startup.cmd to run NacosServer. +``` -For more details, see https://nacos.io/#/docs/quick-start.md +For more details, see [quick-start.](https://nacos.io/#/docs/quick-start.md) 3. #### Quick start for other open-source projects: