mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
contributing: invalid command for install tools
Fix command for install build tools Signed-off-by: Myrat92 <zjsegzhf@gmail.com>
This commit is contained in:
parent
39d98522d6
commit
2eadb0ab74
@ -54,7 +54,7 @@ Setup environment:
|
|||||||
- [Clone the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
|
- [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 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):
|
- 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`
|
- 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.,
|
Note: `make build` runs with `-v`. Other build flags can be added through env `GO_BUILD_FLAGS`, **if required**. Eg.,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user