Skip to content

Commit

Permalink
Add repology badge; update install instructions (markdownlint#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <phil@ipom.com>

Signed-off-by: Phil Dibowitz <phil@ipom.com>
  • Loading branch information
jaymzh authored Oct 18, 2022
1 parent 865ab44 commit 84d57e1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ A tool to check markdown files and flag style issues.

## Installation

Markdownlint is written in ruby and is distributed as a rubygem. As long as
you have a relatively up to date ruby on your system, markdownlint will be
simple to install and use. You have 2 options to install it:
Markdownlint is packaged in some distributions as well as distributed via
RubyGems. Check the list below to see if it's packaged for your distribution,
and if so, feel free to use your distros package manager to install it.

[![Packaging status](https://repology.org/badge/vertical-allrepos/mdl.svg)](https://repology.org/project/mdl/versions)

To install from rubygems, run:

```shell
gem install mdl
```

To install the latest development version from github:
Alternatively you can build it from source:

```shell
git clone /~https://github.com/markdownlint/markdownlint
Expand Down

0 comments on commit 84d57e1

Please sign in to comment.