Skip to content

Commit

Permalink
docs(readme): add nightly build info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Nov 13, 2019
1 parent dadbcd7 commit 272b92a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ Fomantic allows developers to build beautiful websites fast, with **concise HTML
## 📡 Installation

```bash
$ npm install fomantic-ui --save
$ npm install fomantic-ui
```

Living on the edge? Try our nightly build and test new features and bug fixes early!
```bash
$ npm install fomantic-ui@nightly
```

Fomantic UI includes an interactive installer to help setup your project.
Expand All @@ -59,8 +64,8 @@ Although some components will work in IE9, [grids](http://semantic-ui.com/collec

| Environment | Install Command | Repository | Third-Party |
|-------------|---------------------------------------|------------------------------------------------------------------|-------------|
| CSS Only | `npm install --save fomantic-ui-css` | [Fomantic-UI-CSS](https://github.com/fomantic/Fomantic-UI-CSS) | |
| LESS | `npm install --save fomantic-ui-less` | [Fomantic-UI-LESS](https://github.com/fomantic/Fomantic-UI-LESS) | |
| CSS Only | `npm install fomantic-ui-css` | [Fomantic-UI-CSS](https://github.com/fomantic/Fomantic-UI-CSS) | |
| LESS | `npm install fomantic-ui-less` | [Fomantic-UI-LESS](https://github.com/fomantic/Fomantic-UI-LESS) | |
| SASS | `gem 'fomantic-ui-sass'` | [Fomantic-UI-SASS](https://github.com/fomantic/Fomantic-UI-SASS) ||

---
Expand Down

0 comments on commit 272b92a

Please sign in to comment.