Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from Microsoft/local
Browse files Browse the repository at this point in the history
Remove README section about using globally
  • Loading branch information
Andy authored Mar 28, 2017
2 parents 9fa8c29 + cc3d460 commit 00bc9f5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,9 @@ For bundled typings, this can go on any line (but should be near the top).

## Run tests

* Global use:
- `npm install -g dtslint`
- `dtslint types` or `cd types; dtslint`
- Use the `--dt` option if on `DefinitelyTyped`.
* Local use:
- `npm install --save-dev dtslint`
- Add to your `package.json` `scripts`: `"dtslint": "dtslint types"`
- `npm run dtslint`

- `npm install --save-dev dtslint`
- Add to your `package.json` `scripts`: `"dtslint": "dtslint types"`
- `npm run dtslint`


# Contributing
Expand Down

0 comments on commit 00bc9f5

Please sign in to comment.