From 6f447e613d30b36333dcb0dbcd99f53464b17471 Mon Sep 17 00:00:00 2001 From: Dionysius <1341084+dionysius@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:26:43 +0100 Subject: [PATCH] docs: missing golang requirement for local build for debian (#1596) docs: fix missing golang requirement for local build for debian --- docs/content/build/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/build/_index.en.md b/docs/content/build/_index.en.md index a10c96cf..ff9b3e2b 100644 --- a/docs/content/build/_index.en.md +++ b/docs/content/build/_index.en.md @@ -45,7 +45,7 @@ brew install abseil cmake go grpc protobuf wget {{% tab name="Debian" %}} ```bash -apt install protobuf-compiler-grpc libgrpc-dev make cmake +apt install golang protobuf-compiler-grpc libgrpc-dev make cmake ``` {{% /tab %}}