mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 09:10:12 -04:00
Fix a typo in the godep installation instructions.
This commit is contained in:
parent
e5e4c8a7d3
commit
045b52dbca
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ The commands above will not work if there are more than one directory in ``$GOPA
|
|||
Kubernetes uses [godep](https://github.com/tools/godep) to manage dependencies. Please make sure that *godep* is installed and in your PATH. If you have already set up Go development environment correctly, the following command will install *godep* into your ``GOBIN`` directory, which is ``$GOPATH/bin`` if ``GOBIN`` is not set:
|
||||
|
||||
```
|
||||
go get github.com/tools/godeps
|
||||
go get github.com/tools/godep
|
||||
```
|
||||
|
||||
### Hooks
|
||||
|
|
|
|||
Loading…
Reference in a new issue