From 2eadb0ab74e427ba7fe1893da30be00ce84c5e45 Mon Sep 17 00:00:00 2001 From: Myrat92 Date: Thu, 9 Feb 2023 15:23:12 +0800 Subject: [PATCH] contributing: invalid command for install tools Fix command for install build tools Signed-off-by: Myrat92 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05cb8f8ed87..5d9b9e8614c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Setup environment: - [Clone the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) - Install Go by following [installation](https://go.dev/doc/install). Please check minimal go version in [go.mod file](./go.mod#L3). - Install build tools (make): - - For ubuntu and debian run `sudo apt-get install build-essentials` + - For ubuntu and debian run `sudo apt-get install build-essential` - Verify that everything is installed by running `make build` Note: `make build` runs with `-v`. Other build flags can be added through env `GO_BUILD_FLAGS`, **if required**. Eg.,