Add how to install deps

pull/6/head
Johannes 'fish' Ziemke 2014-07-03 13:16:28 +02:00
parent 3fa6c9671d
commit b63a275ec3
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ Follow either of the two links above to access the appropriate CLA and instructi
## Protocols for Collaborative Development
Please read [this doc](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/collab.md) for information on how we're runnig development for the project.
## Adding dependencies
If your patch depends on new packages, add them to `third_party/deps.sh` and run `third_party/update.sh [package]` to fetch and commit the dependency.