Merge branch 'develop' into expression_compilation

This commit is contained in:
josdejong 2014-01-02 22:09:51 +01:00
commit 08665b9b42
3 changed files with 8 additions and 2 deletions

View File

@ -123,4 +123,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@ -21,6 +21,11 @@ Note: when installed globally (using the `-g` option), math.js is available as
a command line application `mathjs`, see section
[command line interface](https://github.com/josdejong/mathjs/blob/master/docs/command_line_interface.md).
### component(1)
The library can be installed using [component(1)](https://github.com/component/component/):
component install josdejong/mathjs
### bower
Or using [bower](http://twitter.github.io/bower/):

View File

@ -65,7 +65,8 @@ Publish to jam.js:
jam publish
No need to publish for bower: The library is already published because of the
new version tag.
new version tag. There is also no need to publish a component(1) build, because
component(1) uses GitHub as it's registry.
Publish at http://jspkg.com: go to the website, select the github project,
select the new version and press the button.