From 47483244f3c6ff7c5bc17dbff14d4c56f246f313 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 19 Oct 2015 09:10:44 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- engine/src/flutter/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index 7cac04d1968..672a1a0a51c 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -15,7 +15,7 @@ Getting the code 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/.