Update CONTRIBUTING.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7cac04d..672a1a0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,7 +15,7 @@
 To get the code:
 
  * Fork `https://github.com/flutter/engine` into your own GitHub account.
- * [Download depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools)
+ * [Download and install](http://www.chromium.org/developers/how-tos/install-depot-tools) Chromium's [depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools)
    and make sure it is in your path. We use the 'gclient' tool from depot_tools.
  * If you haven't configured your machine with an SSH key that's shared by github then
    follow the directions here: https://help.github.com/articles/generating-ssh-keys/.