Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/cn/docs/quickstart/computing/hugegraph-vermeer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ master 是负责通信、转发、汇总的节点,计算量和占用资源量
1. **方案一:Docker Compose(推荐)**

确保docker-compose.yaml存在于您的项目根目录中。如果没有,以下是一个示例:

```yaml
#
# Licensed to the Apache Software Foundation (ASF) under one or more
Expand Down Expand Up @@ -146,7 +147,7 @@ docker network rm vermeer_network

3. **方案三:从源码构建**

构建。具体请参照[Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer)。
构建。具体请参照 [Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer)。

```shell
go build
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/quickstart/computing/hugegraph-vermeer.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ docker network rm vermeer_network

3. **Option 3: Build from Source**

Build. You can refer[Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer).
Build. You can refer [Vermeer Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer).

```shell
go build
Expand Down