From 93fda7143d7fad6f30b22246460ee5ffa409e086 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 2 Apr 2017 16:28:22 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e97af07..15502d4 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ Do you want to collaborate? Join the project at https://projectgroupie.com/proje ## Installation & Setup Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help. + +Once you have [Dart]() installed, bootstrapping a project is as simple as running two shell commands: + +```bash +pub global activate angel_cli +angel init hello +```