Update README.md
This commit is contained in:
parent
48cf9dc6b9
commit
93fda7143d
1 changed files with 7 additions and 0 deletions
|
@ -18,3 +18,10 @@ Do you want to collaborate? Join the project at https://projectgroupie.com/proje
|
||||||
|
|
||||||
## Installation & Setup
|
## Installation & Setup
|
||||||
Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help.
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue