From 5425804cffd295bac74922cc5edbca009d25a69e Mon Sep 17 00:00:00 2001 From: Luca Mussi Date: Mon, 12 Jan 2015 00:05:27 +0100 Subject: [PATCH] added instruction to install under Meteor --- tasks/admin/templates/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/admin/templates/README.md b/tasks/admin/templates/README.md index 38bcaf439..c3ee5b308 100644 --- a/tasks/admin/templates/README.md +++ b/tasks/admin/templates/README.md @@ -16,6 +16,12 @@ bower install semantic-ui-{component} npm install semantic-ui-{component} ``` +#### To install with Meteor +``` +meteor add semantic:ui-{component} +``` + + ## Addendum This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com)