Skip to content

Commit

Permalink
correct shasum algorithm (kubeflow#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
janeman98 authored and k8s-ci-robot committed Dec 11, 2019
1 parent 11a5650 commit b87cdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ You can also use [Knative CLI (`knctl`)](https://github.com/cppforlife/knctl) to

```
# compare checksum output to what's included in the release notes
$ shasum -a 265 ~/Downloads/knctl-*
$ shasum -a 256 ~/Downloads/knctl-*
# move binary to your system’s /usr/local/bin -- might require root password
$ mv ~/Downloads/knctl-* /usr/local/bin/knctl
Expand Down

0 comments on commit b87cdef

Please sign in to comment.