feat(contribute): update local development instructions

pull/20/head
Anthony Lapenna 2017-03-24 13:59:49 +01:00
parent e8c6a87393
commit 48fffb81e9
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ Install the dependencies using ``npm``:
.. code-block:: bash
$ npm install
$ npm install -g bower && npm install
Ensure that a folder named `bower_components` is created in the root directory, if not run the following command:
.. code-block:: bash
$ bower install
$ bower install --allow-root
Note for CentOS users, you'll need to create a symlink to the ``shasum`` binary: