Skip to content

Commit

Permalink
Add installation clarification to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Prislac committed Jun 8, 2017
1 parent a980086 commit 0eb73a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ You'll need to install [tslint by yourself with npm][tslint-install]. If `tslint
[tslint-install]: https://palantir.github.io/tslint/

## Installation

First, ensure you have [node](https://nodejs.org/en/) with npm installed, then install tslint using the following command in your terminal:
```
npm install -g tslint
```
Second, ensure you have pronto installed, if you have not already:
```
gem install pronto
```
Finally, install this gem, using the following command
```
gem install pronto-tslint_npm
```
Expand Down

0 comments on commit 0eb73a6

Please sign in to comment.