Skip to content

Commit

Permalink
Merge pull request #198 from nikhita/go-get-fix
Browse files Browse the repository at this point in the history
README: include ellipsis in go get command
  • Loading branch information
k8s-ci-robot authored Feb 3, 2021
2 parents b6c5ce2 + 5e34038 commit de9496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
A package for generating things based on go files. This mechanism was first used
in Kubernetes and is split out here for ease of reuse and maintainability.

`go get k8s.io/gengo`
`go get k8s.io/gengo/...`

## Examples

Expand Down

0 comments on commit de9496d

Please sign in to comment.