From ba14cc056c1e2b9c8cfccb3230495000f16bfdd0 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 13 Feb 2015 16:48:16 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1de656e21..f7480ab98 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ Key Features # Getting Started -* `npm install semantic-ui` - Includes build tools. Use themes, import tasks into your own gulpfile. -* `npm install semantic-ui-less` - Themable LESS files only -* `npm install semantic-ui-css` - Prebuilt version with default theme +```bash +npm install semantic-ui # Use themes, import build/watch tasks into your own gulpfile. +npm install semantic-ui-css # Prebuilt version with default theme +``` For more detail into how work with Semantic when building a site please [read our customization guide](http://learnsemantic.com/developing/customizing.html) on [LearnSemantic.com](http://learnsemantic.com/)