Skip to content

Commit 3d28e5a

Browse files
authored
Merge pull request #3 from cwimmer/fix-documentation-for-makefile-usage
Fix documentation for Makefile usage.
2 parents 69289c8 + a592903 commit 3d28e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If the docker.sock volume is found in any files the cli exit code with be 1.
113113

114114
## Build
115115

116-
To build the binary you can use `make dsd` or `go build -o kubectl-dds main.go`
116+
To build the binary you can use `make dds` or `go build -o kubectl-dds main.go`
117117

118118
Install the `kubectl-dds` binary somewhere in your path to use it with `kubectl` or use it by itself without kubectl.
119119
The same kubectl authentication works with or without `kubectl` (e.g. $HOME/.kube/config or KUBECONFIG).

0 commit comments

Comments
 (0)