mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Merge branch 'develop' into expression_compilation
This commit is contained in:
commit
08665b9b42
@ -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.
|
||||
|
||||
@ -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/):
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user