Skip to content

Commit

Permalink
Corrected instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Apr 21, 2014
1 parent 409ce71 commit bc11b41
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ The AngularJS client for the bioacoustic workbench
[![Build Status](https://travis-ci.org/QutBioacoustics/baw-client.png)](https://travis-ci.org/QutBioacoustics/baw-client) [![Dependency Status](https://gemnasium.com/QutBioacoustics/baw-client.png)](https://gemnasium.com/QutBioacoustics/baw-client) [![Code Quality](https://d3s6mut3hikguw.cloudfront.net/github/QutBioacoustics/baw-client.png)](https://codeclimate.com/github/QutBioacoustics/baw-client)
---
## Install instructions

Normally this would work:
$ npm -g install grunt-cli karma bower

Specific version of karma due to dependency issues.
Temporary fix:
$ npm install -g [email protected]
$ npm -g install grunt-cli karma bower

cd to your cloned directory and then install `npm` and `bower` modules.
Karma requires a specific version due to dependency issues.

$ npm install --quiet -g [email protected]

$ npm install

Expand Down

0 comments on commit bc11b41

Please sign in to comment.