Skip to content

Commit

Permalink
Add Docker/GitHub Packages example to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Feb 8, 2022
1 parent 8246f0d commit 8b1d31d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ markdownlint --help
-h, --help display help for command
```

Or run using [Docker](https://www.docker.com) and [GitHub Packages](https://github.com/features/packages):

```bash
docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "*.md"
```

### Globbing

`markdownlint-cli` supports advanced globbing patterns like `**/*.md` ([more information][globprimer]).
Expand Down

0 comments on commit 8b1d31d

Please sign in to comment.