docs: missing golang requirement for local build for debian (#1596)

docs: fix missing golang requirement for local build for debian
This commit is contained in:
Dionysius 2024-01-17 09:26:43 +01:00 committed by GitHub
parent dfb7c3b1aa
commit 6f447e613d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ brew install abseil cmake go grpc protobuf wget
{{% tab name="Debian" %}} {{% tab name="Debian" %}}
```bash ```bash
apt install protobuf-compiler-grpc libgrpc-dev make cmake apt install golang protobuf-compiler-grpc libgrpc-dev make cmake
``` ```
{{% /tab %}} {{% /tab %}}