Skip to content

Commit

Permalink
Don't recommend installing typescript package globally in README (mic…
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Mar 13, 2023
1 parent ac60ca7 commit e1488fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Find others who are using TypeScript at [our community page](https://www.typescr
For the latest stable version:

```bash
npm install -g typescript
npm install -D typescript
```

For our nightly builds:

```bash
npm install -g typescript@next
npm install -D typescript@next
```

## Contribute
Expand Down

0 comments on commit e1488fe

Please sign in to comment.