Skip to content

Commit

Permalink
Promote local install over global in README (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer authored and blakeembrey committed Jun 12, 2018
1 parent 1063e28 commit 8a1cbe0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -10,10 +10,17 @@
## Installation

```sh
# Locally in your project
npm install -D ts-node
npm install -D typescript

# Or globally (not recommended)
npm install -g ts-node
npm install -g typescript
```

**Tip:** Installing modules locally allows you to control and share the versions through `package.json`.

## Features

* Execute TypeScript files with node
Expand Down

0 comments on commit 8a1cbe0

Please sign in to comment.