docs: README加 -start 带参数示例

This commit is contained in:
thzxx
2026-06-10 17:42:48 +08:00
parent e4c903557d
commit 2e4041a354
+4 -1
View File
@@ -105,10 +105,13 @@ metona-search-proxy -status
# 前台运行(调试用,Ctrl+C 停止)
metona-search-proxy
# 后台启动
# 后台启动(默认端口 7899
metona-search-proxy -start
# 已后台启动 (PID: 12345)
# 后台启动(自定义端口和缓存)
metona-search-proxy -start -port 6789 -cache 10 -rate 50
# 停止
metona-search-proxy -stop
# 已停止 (PID: 12345)