This repository was archived by the owner on Dec 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
cn/docs/quickstart/computing
en/docs/quickstart/computing Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ master 是负责通信、转发、汇总的节点,计算量和占用资源量
19191 . ** 方案一:Docker Compose(推荐)**
2020
2121确保docker-compose.yaml存在于您的项目根目录中。如果没有,以下是一个示例:
22+
2223``` yaml
2324#
2425# Licensed to the Apache Software Foundation (ASF) under one or more
@@ -146,7 +147,7 @@ docker network rm vermeer_network
146147
1471483. **方案三:从源码构建**
148149
149- 构建。具体请参照[Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer)。
150+ 构建。具体请参照 [Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer)。
150151
151152` ` ` shell
152153go build
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ docker network rm vermeer_network
148148
1491493. **Option 3 : Build from Source**
150150
151- Build. You can refer[Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer).
151+ Build. You can refer [Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer).
152152
153153` ` ` shell
154154go build
You can’t perform that action at this time.
0 commit comments