Skip to content

Commit

Permalink
Remove globally installed typescript from README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 23, 2019
1 parent c94eb1d commit 544851e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -10,13 +10,12 @@
## Installation

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

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

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

0 comments on commit 544851e

Please sign in to comment.