update docs about bleeding edge build via npm

This commit is contained in:
Leo Horie 2015-03-30 17:30:31 -04:00
parent 755f2c4c4b
commit 11c53fd9ee
2 changed files with 11 additions and 4 deletions

View file

@ -120,10 +120,17 @@ It includes support for the [MSX](https://github.com/insin/msx) HTML templating
You can also fork the latest stable project [directly from Github](https://github.com/lhorie/mithril).
If you want to use the bleeding edge version, you can [fork the development repository](https://github.com/lhorie/mithril).
Note that Mithril uses the `next` branch as the stable branch, instead of `master`, because contributors usually use `master` for pull requests. Therefore, the `master` branch should be considered unstable, and should not be used.
If you want to use the bleeding edge version, you can [fork the development repository](https://github.com/lhorie/mithril.js).
Be aware that even though Mithril has tests running in a continuous integration environment, the bleeding edge version might occasionally break. If you're interested in helping improve Mithril, you're welcome to use the bleeding edge version and report any bugs that you find.
In order to update a forked version of Mithril, [follow the instructions on this page](https://help.github.com/articles/syncing-a-fork).
#### Using bleeding edge from NPM
To use the bleeding edge version from npm, use the following command:
```
npm install git://github.com/lhorie/mithril.js/tarball/next --save
```

View file

@ -1,5 +1,5 @@
{
"name": "mithril-beta",
"name": "mithril",
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
"version": "0.1.34-beta.0",
"repository": {