jiacai2050 commented on code in PR #155:
URL: https://github.com/apache/horaedb-docs/pull/155#discussion_r1830346372


##########
content/cn/docs/dev/compile_run.md:
##########
@@ -78,3 +80,19 @@ error: could not compile `syn` (lib)
 ulimit -n unlimited
 ulimit -f unlimited
 ```
+
+## horaemeta-server
+
+编译 horaemeta-server 前需要安装 [Golang](https://go.dev/doc/install),要求 Golang 版本 >= 
1.21。
+
+在 `horaemeta` 目录下,执行:
+
+```bash
+go build -o bin/horaemeta-server ./cmd/horaemeta-server/main.go
+```
+
+可以使用如下命令运行 horaemeta-server:

Review Comment:
   ```suggestion
   可以使用如下命令运行它:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to