From c55783bbcf4e105ee0f64364b0edbb7550809b05 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 19 Oct 2015 09:31:01 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc1415957dd..f8e8c47c6d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ Things you will need * Python (used by many of our tools) * An ssh client (used to authenticate with GitHub) * curl (used by `gclient sync`) + * Chromium's [depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools) (make sure it's in your path). We use the 'gclient' tool from depot_tools. Getting the code ---------------- @@ -19,8 +20,6 @@ Getting the code To get the code: * Fork `https://github.com/flutter/engine` into your own GitHub account. - * [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/. * Create an empty directory for your copy of the repository. Call it what you like. For