Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add beta installation details to the README #4048

Merged
merged 1 commit into from
Apr 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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