Browse Source

Update README.md

pull/1785/head
Jack Lukic 9 years ago
parent
commit
ba14cc056c
1 changed files with 4 additions and 3 deletions
  1. 7
      README.md

7
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/)

Loading…
Cancel
Save