Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix supported operating systems #1118

Merged
merged 1 commit into from
Aug 3, 2024
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 docs/nightly/en/contributor-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page describes how to run GreptimeDB from source in your local environment.

### System & Architecture

At the moment, GreptimeDB now only supports Linux(amd64) and macOS (both amd64 and Apple Silicone).
At the moment, GreptimeDB supports Linux(both amd64 and arm64), macOS (both amd64 and Apple Silicone) and Windows.

### Build Dependencies

Expand All @@ -17,6 +17,7 @@ At the moment, GreptimeDB now only supports Linux(amd64) and macOS (both amd64 a
- Protobuf ([guide][2])
- Compile the proto file
- Note that the version needs to be >= 3.15. You can check it with `protoc --version`
- Machine: Recommended memory is 16GB or more, or use the [mold](https://github.com/rui314/mold) tool to reduce memory usage during linking.

[1]: <https://www.rust-lang.org/tools/install/>
[2]: <https://grpc.io/docs/protoc-installation/>
Expand Down
3 changes: 2 additions & 1 deletion docs/nightly/zh/contributor-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### 系统和架构

目前,GreptimeDB 仅支持 Linux(amd64)和 macOS(amd64 和 Apple Silicone)。
目前,GreptimeDB 支持 Linux(amd64 和 arm64)、macOS(amd64 和 Apple Silicone)和 Windows

### 构建依赖项

Expand All @@ -17,6 +17,7 @@
- Protobuf([指南][2])
- 编译 proto 文件
- 请注意,版本需要 >= 3.15。你可以使用 `protoc --version` 检查它。
- 机器:建议内存在16GB以上 或者 使用[mold](https://github.com/rui314/mold)工具以降低链接时的内存使用。

[1]: <https://www.rust-lang.org/tools/install/>
[2]: <https://grpc.io/docs/protoc-installation/>
Expand Down
3 changes: 2 additions & 1 deletion docs/v0.8/en/contributor-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page describes how to run GreptimeDB from source in your local environment.

### System & Architecture

At the moment, GreptimeDB now only supports Linux(amd64) and macOS (both amd64 and Apple Silicone).
At the moment, GreptimeDB supports Linux(both amd64 and arm64), macOS (both amd64 and Apple Silicone) and Windows.

### Build Dependencies

Expand All @@ -17,6 +17,7 @@ At the moment, GreptimeDB now only supports Linux(amd64) and macOS (both amd64 a
- Protobuf ([guide][2])
- Compile the proto file
- Note that the version needs to be >= 3.15. You can check it with `protoc --version`
- Machine: Recommended memory is 16GB or more, or use the [mold](https://github.com/rui314/mold) tool to reduce memory usage during linking.

[1]: <https://www.rust-lang.org/tools/install/>
[2]: <https://grpc.io/docs/protoc-installation/>
Expand Down
3 changes: 2 additions & 1 deletion docs/v0.8/zh/contributor-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### 系统和架构

目前,GreptimeDB 仅支持 Linux(amd64)和 macOS(amd64 和 Apple Silicone)。
目前,GreptimeDB 支持 Linux(amd64 和 arm64)、macOS(amd64 和 Apple Silicone)和 Windows

### 构建依赖项

Expand All @@ -17,6 +17,7 @@
- Protobuf([指南][2])
- 编译 proto 文件
- 请注意,版本需要 >= 3.15。你可以使用 `protoc --version` 检查它。
- 机器:建议内存在16GB以上 或者 使用[mold](https://github.com/rui314/mold)工具以降低链接时的内存使用。

[1]: <https://www.rust-lang.org/tools/install/>
[2]: <https://grpc.io/docs/protoc-installation/>
Expand Down
3 changes: 2 additions & 1 deletion docs/v0.9/en/contributor-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page describes how to run GreptimeDB from source in your local environment.

### System & Architecture

At the moment, GreptimeDB now only supports Linux(amd64) and macOS (both amd64 and Apple Silicone).
At the moment, GreptimeDB supports Linux(both amd64 and arm64), macOS (both amd64 and Apple Silicone) and Windows.

### Build Dependencies

Expand All @@ -17,6 +17,7 @@ At the moment, GreptimeDB now only supports Linux(amd64) and macOS (both amd64 a
- Protobuf ([guide][2])
- Compile the proto file
- Note that the version needs to be >= 3.15. You can check it with `protoc --version`
- Machine: Recommended memory is 16GB or more, or use the [mold](https://github.com/rui314/mold) tool to reduce memory usage during linking.

[1]: <https://www.rust-lang.org/tools/install/>
[2]: <https://grpc.io/docs/protoc-installation/>
Expand Down
3 changes: 2 additions & 1 deletion docs/v0.9/zh/contributor-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### 系统和架构

目前,GreptimeDB 仅支持 Linux(amd64)和 macOS(amd64 和 Apple Silicone)。
目前,GreptimeDB 支持 Linux(amd64 和 arm64)、macOS(amd64 和 Apple Silicone)和 Windows

### 构建依赖项

Expand All @@ -17,6 +17,7 @@
- Protobuf([指南][2])
- 编译 proto 文件
- 请注意,版本需要 >= 3.15。你可以使用 `protoc --version` 检查它。
- 机器:建议内存在16GB以上 或者 使用[mold](https://github.com/rui314/mold)工具以降低链接时的内存使用。

[1]: <https://www.rust-lang.org/tools/install/>
[2]: <https://grpc.io/docs/protoc-installation/>
Expand Down
Loading