Skip to content

Commit

Permalink
docs(install): Recommend using karma-cli if you are on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Oct 22, 2015
1 parent dbc77d4 commit 9b09f3c
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 9b09f3c

Please sign in to comment.