Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

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 #156.

Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
  • Loading branch information
dlipovetsky committed Apr 27, 2020
1 parent 1240b1a commit 800de39
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 800de39

Please sign in to comment.