Skip to content

Commit 18cd117

Browse files
committed
chore(docs): Update installation process, fixes Urigo#1360
1 parent e7d13b5 commit 18cd117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
### Meteor Project
3333
1. Install [Meteor](http://docs.meteor.com/#quickstart) `$ curl https://install.meteor.com | /bin/sh`
3434
2. Create a new meteor app using `$ meteor create myapp` or navigate to the root of your existing app
35-
3. Install Angular `$ meteor add angular`
36-
4. Remove unneeded packages `$ meteor remove blaze-html-templates ecmascript`
35+
3. Remove unneeded packages `$ meteor remove blaze-html-templates ecmascript`
36+
4. Install Angular and Angular Meteor `$ meteor npm install --save angular angular-meteor`
37+
5. Add compiler packages `$ meteor add angular-templates pbastowski:angular-babel`
38+
3739

3840
### Meteor client side - with Bower
3941
> Use Meteor as a service in your existing non Meteor angular application

0 commit comments

Comments
 (0)