From 6caf373ab5262c038a2ed3c91040eb3e737174a6 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 8 Nov 2023 21:28:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9cdb1..0ecf6b7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ cd restagent/ go build -ldflags="-s -w" -o omcDevApp # 启动 -./omcDevApp -c dev.yaml +./omcDevApp -c dev.yaml --env local nohup ./omcDevApp -c ./dev.yaml > ./dev.log 2>&1 &