diff options
| author | Tim Hockin <thockin@google.com> | 2016-04-13 23:30:15 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2016-05-08 20:30:37 -0700 |
| commit | f02a0dc5c12a0c24586bfd6d73820ee1a4551eaa (patch) | |
| tree | 3489e578e8e73e0a21c823eb9d882141601999f1 /development.md | |
| parent | 1f7e8a462bccdcc4219d41d4ed94d024c66486b5 (diff) | |
Convert everything to use vendor/
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md index 415bb490..d08dc3d2 100644 --- a/development.md +++ b/development.md @@ -193,7 +193,7 @@ godep v53 (linux/amd64/go1.5.3) ### Using godep -Here's a quick walkthrough of one way to use godeps to add or update a Kubernetes dependency into Godeps/\_workspace. For more details, please see the instructions in [godep's documentation](https://github.com/tools/godep). +Here's a quick walkthrough of one way to use godeps to add or update a Kubernetes dependency into `vendor/`. For more details, please see the instructions in [godep's documentation](https://github.com/tools/godep). 1) Devote a directory to this endeavor: |
