Skip to content

Commit 841a3bb

Browse files
committed
Add npm install instructions to docs
1 parent 3ad1778 commit 841a3bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/install/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ We also provide a way to deploy Raven via `bower
4545

4646
Also note that the file is uncompresed but is ready to pass to any decent JavaScript compressor like `uglify <https://github.com/mishoo/UglifyJS2>`_.
4747

48+
npm
49+
~~~
50+
51+
Raven is published to npm as well. https://www.npmjs.com/package/raven-js
52+
53+
.. code-block:: sh
54+
55+
$ npm install raven-js --save
56+
4857
Requirements
4958
~~~~~~~~~~~~
5059

0 commit comments

Comments
 (0)