From b63a275ec3d3c3346fe56777e35d486e17c0eff7 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Thu, 3 Jul 2014 13:16:28 +0200 Subject: [PATCH] Add how to install deps --- CONTRIB.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIB.md b/CONTRIB.md index f326bedd893..ef0f995df50 100644 --- a/CONTRIB.md +++ b/CONTRIB.md @@ -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.