From 9b09f3c16d84bebc507297254739cc4d3bc977ee Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 23 Oct 2015 10:37:59 +1300 Subject: [PATCH] docs(install): Recommend using `karma-cli` if you are on Windows --- docs/intro/01-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/01-installation.md b/docs/intro/01-installation.md index e039bdec9..1e84c6c52 100644 --- a/docs/intro/01-installation.md +++ b/docs/intro/01-installation.md @@ -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