Skip to content

Commit

Permalink
Move "next" distribution docs into Installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Aug 6, 2015
1 parent 99d25da commit 4e574ea
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ TSLint

A linter for the TypeScript language.

"next" distribution
-------------------

The `next` [branch of the TSLint repo](https://github.com/palantir/tslint/tree/next) tracks the latest TypeScript
compiler and allows you to lint TS code that uses the latest features of the language. Releases from this branch
are published to npm with the `next` dist-tag, so you can get the latest dev version of TSLint via
`npm install tslint@next`.

Installation
------------

Expand All @@ -28,6 +20,13 @@ Installation

```npm install tslint```

##### `next` distribution

The [`next` branch of the TSLint repo](https://github.com/palantir/tslint/tree/next) tracks the latest TypeScript
compiler and allows you to lint TS code that uses the latest features of the language. Releases from this branch
are published to npm with the `next` dist-tag, so you can get the latest dev version of TSLint via
`npm install tslint@next`.

Usage
-----

Expand Down

0 comments on commit 4e574ea

Please sign in to comment.