From 8d80da53d437668f32f4502f5aaa88d0046b4cda Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 19 Oct 2015 09:22:58 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- engine/src/flutter/CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index 672a1a0a51..8922d169a6 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -6,8 +6,11 @@ Contributing to Sky Things you will need -------------------- - * git + * git (used for source version control) * an IDE. We recommend [Atom](https://github.com/flutter/engine/wiki/Using-Atom-with-Flutter). + * python (used by many of our tools) + * ssh (used to authenticate with GitHub) + * curl (used by `gclient sync`) Getting the code ----------------