Skip to content

Commit

Permalink
[Docs] Add beta installation details to the README
Browse files Browse the repository at this point in the history
Adds instructions for installing the @next npm package to the README. Also removed an incorrect line from the installation instructions.
  • Loading branch information
nathanmarks committed Apr 20, 2016
1 parent b266f34 commit c816c89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,20 @@ for a quick introduction before you read on.)
## Installation

Material-UI is available as an [npm package](https://www.npmjs.org/package/material-ui).

**Stable channel**
```sh
npm install material-ui
```
After npm install, you'll find all the .js files in the /src folder and
their compiled versions in the /lib folder.

Our next version (`0.15.0`) is coming soon! If you need React 15 support or want to preview our latest updates, you can install the current beta.

**Pre-release channel (React 15 support)**
```sh
npm install material-ui@next
```



### React-Tap-Event-Plugin

Expand Down
2 changes: 0 additions & 2 deletions docs/src/app/components/pages/get-started/installation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Installation

Material-UI is available as an [npm package](https://www.npmjs.org/package/material-ui).
After npm install, you will find all the `.jsx` files in the `/src` folder and
their compiled versions in the pachage root.

### react-tap-event-plugin

Expand Down

0 comments on commit c816c89

Please sign in to comment.