Commit 1cadf125 authored by Adam Barth's avatar Adam Barth

Update CONTRIBUTING.md

parent f4c62a86
...@@ -46,7 +46,9 @@ Getting the code and configuring your environment ...@@ -46,7 +46,9 @@ Getting the code and configuring your environment
Flutter depends on. You can replicate what this script does by running Flutter depends on. You can replicate what this script does by running
`pub get` in each directory that contains a `pubspec.yaml` file. `pub get` in each directory that contains a `pubspec.yaml` file.
* Add this repository's `bin` directory to your path. That will let you use the * Add this repository's `bin` directory to your path. That will let you use the
`flutter` command in this directory more easily. `flutter` command in this directory more easily. (If you have previously
activated the `flutter` package using `pub`, you should deactivate it and use
the script in `bin` instead: `pub global deactivate flutter`.)
Running the examples Running the examples
-------------------- --------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment