Skip to content
This repository was archived by the owner on Apr 4, 2021. It is now read-only.

Commit 2b86fc0

Browse files
committed
README updated with Melpa info
1 parent bcecc2e commit 2b86fc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# flycheck-typescript-tslint
22

33
[![License GPL 3](https://img.shields.io/badge/license-GPL_3-green.svg?dummy)](https://github.com/Simplify/flycheck-typescript-tslint/blob/master/COPYING)
4+
[![MELPA](http://melpa.org/packages/flycheck-typescript-tslint-badge.svg)](http://melpa.org/#/flycheck-typescript-tslint)
45

56
This is extension for [Flycheck](http://www.flycheck.org/).
67
It uses [TSLint](https://github.com/palantir/tslint) - a linter for the TypeScript language and
@@ -12,11 +13,11 @@ warns you about stylistic and programming errors.
1213

1314
### Melpa
1415

15-
Working on it...
16+
Package in available on [Melpa](https://melpa.org/#/flycheck-typescript-tslint).
1617

1718
### Manual install
1819

19-
Until Melpa is sorted out place flycheck-typescript-tslint.el somewhere on your system and load it.
20+
Just place flycheck-typescript-tslint.el somewhere on your system and load it.
2021
You'll need to have flycheck and typescript-mode installed.
2122

2223
```cl
@@ -40,6 +41,7 @@ If you use [tide](https://github.com/ananthakumaran/tide) add following in `init
4041
## Usage
4142

4243
Just open any file that is handled by typescript-mode.
44+
If you are using `tide`, see remark above.
4345

4446
### TSLint installation
4547

0 commit comments

Comments
 (0)