Update README.md

This commit is contained in:
Tobe O 2017-04-02 16:28:22 -04:00 committed by GitHub
parent 48cf9dc6b9
commit 93fda7143d

View file

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