From f8dbb14cbf8033f4185ada47dda9f46f2d0f730e Mon Sep 17 00:00:00 2001 From: Lee Tickett <lee@tickett.net> Date: Thu, 17 Mar 2022 00:49:20 +0000 Subject: [PATCH] Add Vale install instructions for Linux --- doc/development/documentation/testing.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/development/documentation/testing.md b/doc/development/documentation/testing.md index 2c97b5e2afff9..49fe0aff3c6d4 100644 --- a/doc/development/documentation/testing.md +++ b/doc/development/documentation/testing.md @@ -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). -- GitLab