Use NodeJS NPM package markdownlint instead of Ruby gem mdl

This commit is contained in:
Igor Shubovych
2016-01-19 21:44:37 +02:00
parent 5f6b09b04b
commit 72196b030d
13 changed files with 97 additions and 120 deletions

View File

@@ -74,13 +74,11 @@ Detailed explanation:
git remote add upstream https://github.com/tldr-pages/tldr
```
2. Setup Ruby, Rubygems, bundler, Git pre-commit hooks with Markdown linter.
2. Setup pre-commit hooks with Markdown and TLDR linter.
```bash
# Assuming Ruby is set up
# Install bundler Ruby gem
gem install bundler
make setup
# Assuming you have NodeJS
npm install
```
3. If you cloned a while ago, get the latest changes from upstream: