From 2df2710173d21603a2523feb81417682f9cd7576 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 20 Feb 2015 17:05:56 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d98cd8f..a3ba20c03 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Environment | Install Script | Repo CSS Only | `npm install semantic-ui-css` | [CSS Repo](https://github.com/Semantic-Org/Semantic-UI-CSS) [LESS](https://github.com/less/less.js/) Only | `npm install semantic-ui-less` | [LESS Repo](https://github.com/Semantic-Org/Semantic-UI-LESS) [EmberJS](http://emberjs.com/) | `ember install:addon semantic-ui-ember` | [Ember Repo](https://github.com/Semantic-Org/Semantic-UI-Ember) -[Meteor](https://www.meteor.com/) | `meteor add semantic-org:semantic-ui` | +|[Meteor](https://www.meteor.com/) - [LESS](https://github.com/less/less.js/) | `meteor add semantic:ui` | [LESS Repo](https://github.com/Semantic-Org/Semantic-UI-LESS) | +|[Meteor](https://www.meteor.com/) - CSS meteor add semantic:ui-css` | [CSS Repo](https://github.com/Semantic-Org/Semantic-UI-CSS) | [Bower](http://bower.io/) | `bower install semantic-ui` | Check out our [integration wiki](https://github.com/Semantic-Org/Semantic-UI/wiki/Integration) for more options.