Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 0f5614a

Browse files
committed
Added "Getting started" section to README.md
1 parent 07a52b9 commit 0f5614a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
__Polite notice:__ `Intl.js` may not be ready for production environments yet. See the
2-
[status section](#Status) for more information.
3-
41
In December 2012, ECMA International published the first edition of Standard ECMA-402,
52
better known as the _ECMAScript Internationalization API_. This specification provides
63
the framework to bring long overdue localisation methods to ECMAScript implementations.
@@ -14,6 +11,17 @@ framework as described by the specification, so that developers can take advanta
1411
the native API in environments that support it, or `Intl.js` for legacy or unsupporting
1512
environments.
1613

14+
## <a id=start></a>Getting started
15+
For Node.js applications, you can install Intl.js using NPM:
16+
17+
npm install intl
18+
19+
Intl.js is also available as a [Bower](http://bower.io) component for the front-end:
20+
21+
bower install intl
22+
23+
For other setups, just clone the repo for the pre-built scripts and locale datafiles.
24+
1725
## <a id=status></a>Status
1826
The latest test, run on Jun 04 2013, scored 99 out of 111 in SpiderMonkey<sup>\*</sup>.
1927
Although the majority of the failed tests are somewhat superficial, there are a few

0 commit comments

Comments
 (0)