Commit b2d6e6d6 authored by Evan Read's avatar Evan Read

Merge branch 'add-linux-vale-install' into 'master'

Add Vale install instructions for Linux

See merge request gitlab-org/gitlab!82978
parents c7ab1d67 f8dbb14c
......@@ -270,12 +270,10 @@ build pipelines:
[used (see `variables:` section)](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab-ci.yml) when building
the `image:docs-lint-markdown`.
1. Install [`vale`](https://github.com/errata-ai/vale/releases). For example, to install using
`brew` for macOS, run:
1. Install [`vale`](https://github.com/errata-ai/vale/releases). To install for:
```shell
brew install vale
```
- macOS using `brew`, run: `brew install vale`.
- Linux, use your distribution's package manager or a [released binary](https://github.com/errata-ai/vale/releases).
These tools can be [integrated with your code editor](#configure-editors).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment