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 ----------------