Skip to content

Commit

Permalink
docs(intro): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Nov 30, 2013
1 parent 9fc80bd commit 3308b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/intro/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies.
```bash
# Run Karma:
$ ./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.
Expand All @@ -52,8 +53,6 @@ $ npm install -g karma-cli

Then, you can run Karma simply by `karma` from anywhere and it will always run the local version.

```


[Node.js]: http://nodejs.org/
[NPM]: npmjs.org/package/karma
Expand Down

0 comments on commit 3308b98

Please sign in to comment.