Skip to content

Commit

Permalink
Recommend building with make
Browse files Browse the repository at this point in the history
Do not recommend `go get`, which may not be working across all go versions.
See kubernetes-retired#156.

Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
  • Loading branch information
dlipovetsky committed Apr 27, 2020
1 parent 7a2b2eb commit 73b8fe3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ etcdadm is a command-line tool for operating an etcd cluster. It makes it easy t

### Building

```
go get -u sigs.k8s.io/etcdadm
```
1. Clone the git repository.
1. Build on the host:
```
make etcdadm
```
1. Build in a container, using docker:
```
make container-build
```

### Creating a new cluster

Expand Down

0 comments on commit 73b8fe3

Please sign in to comment.