Skip to content

Commit

Permalink
CONTRIBUTING.md: suggest skipping intro (flutter#4188)
Browse files Browse the repository at this point in the history
...if the environment is already setup
  • Loading branch information
yjbanov authored Oct 10, 2017
1 parent 74e58f6 commit eb82f27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Contributing to the Flutter engine

[![Build Status](https://travis-ci.org/flutter/engine.svg)](https://travis-ci.org/flutter/engine)

I built it before. Remind me, how do I do it again?
--------------------

If you have previously built the engine (i.e. your environment is already setup) and just want a refresher, then feel free to skip to one of the following sections:

- [Build for Android](#android-cross-compiling-from-mac-or-linux)
- [Build for iOS](#ios-cross-compiling-from-mac)
- [Build flutter_tester](#desktop-mac-and-linux-for-tests)

Otherwise, begin from the next section, which will help you prepare your environment.

Things you will need
--------------------

Expand Down

0 comments on commit eb82f27

Please sign in to comment.