From a3307eac0e6fb276274e4e9bbaab1aa4433e795f Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 1 Sep 2019 02:18:32 -0400 Subject: doc: use consistent indenting for unordered list items Address Markdownlint MD007 rule. Default suggestion is 2 space indenting for unordered list items. PR-URL: https://github.com/nodejs/node/pull/29390 Reviewed-By: David Carlier Reviewed-By: Rich Trott Reviewed-By: James M Snell --- BUILDING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index c56be2ad54..064da2473d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -243,8 +243,8 @@ transition before the year-end deadline. * `gcc` and `g++` >= 6.3 or newer, or * GNU Make 3.81 or newer * Python (see note above) - * Python 2.7 - * Python 3.5, 3.6, and 3.7 are experimental. + * Python 2.7 + * Python 3.5, 3.6, and 3.7 are experimental. Installation via Linux package manager can be achieved with: @@ -259,8 +259,8 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`. * Xcode Command Line Tools >= 8 for macOS * Python (see note above) - * Python 2.7 - * Python 3.5, 3.6, and 3.7 are experimental. + * Python 2.7 + * Python 3.5, 3.6, and 3.7 are experimental. macOS users can install the `Xcode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode -- cgit v1.2.3