Skip to content

Commit

Permalink
contributing: invalid command for install tools
Browse files Browse the repository at this point in the history
Fix command for install build tools

Signed-off-by: Myrat92 <zjsegzhf@gmail.com>
  • Loading branch information
myrat92 authored and ahrtr committed Feb 9, 2023
1 parent 39d9852 commit 2eadb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.,
Expand Down

0 comments on commit 2eadb0a

Please sign in to comment.