Skip to content

Commit

Permalink
Merge pull request #1658 from danielcompton/patch-1
Browse files Browse the repository at this point in the history
Recommend using `karma-cli` if you are on Windows
  • Loading branch information
dignifiedquire committed Oct 22, 2015
2 parents dbc77d4 + 9b09f3c commit 0ac89c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ ./node_modules/karma/bin/karma start
```

## Commandline Interface
Typing `./node_modules/karma/bin/karma start` sucks and so you might find it useful to install `karma-cli` globally.
Typing `./node_modules/karma/bin/karma start` sucks and so you might find it useful to install `karma-cli` globally. You will need to do this if you want to run Karma on Windows from the command line.

```bash
$ npm install -g karma-cli
Expand Down

0 comments on commit 0ac89c5

Please sign in to comment.