From fb56b2032b69f74d7f3774cea85e5d594a2e60d9 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Sun, 16 Dec 2018 21:17:03 -0600 Subject: [PATCH] Update readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 334265d..1337279 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# birb +# Birb + Instagram for birds + +Birb is an open source [Flutter](https://flutter.io) app written as part the [A month of Flutter](https://bendyworks.com/blog/a-month-of-flutter) blog series. + +## Install + +Make sure you have [Flutter](https://flutter.io/docs/get-started/install) installed and either Android Emulator or iOS Simulator configured. + +Clone the birb repository: + +~~~bash +git clone git@github.com:abraham/birb.git +~~~ + +Install the Flutter dependencies within the `app` directory: + +~~~bash +flutter pub get +~~~ + +[Start the app](https://flutter.io/docs/get-started/test-drive).