Skip to content

Commit

Permalink
add instruction to build without make
Browse files Browse the repository at this point in the history
Signed-off-by: darox <maderdario@gmail.com>
  • Loading branch information
darox committed Sep 6, 2024
1 parent 39a9b12 commit 79f3194
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ To use k8s-iperf, you need to have access to a Kubernetes cluster and the `kubec
make build
```

or

```
go build -ldflags="-s -w" -o k8s-iperf ./cmd/main.go
```

### Install binary

```
Expand Down

0 comments on commit 79f3194

Please sign in to comment.