From 64be677b11b70177f730cee6c787809e9e27c737 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 26 Nov 2023 05:11:50 +0200 Subject: Documentation: Fix list indentation reStructuredText requires list items to be indented. Fix the few offenders in the documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 4a6eb252..a8b91a26 100644 --- a/README.rst +++ b/README.rst @@ -188,8 +188,8 @@ the build.ninja module. This is a snippet of the error message. This can be solved in two ways: -1) Don't install meson again if it is already installed system-wide. +1. Don't install meson again if it is already installed system-wide. -2) If a version of meson which is different from the system-wide version is -already installed, uninstall that meson using pip3, and install again without -the --user argument. +2. If a version of meson which is different from the system-wide version is + already installed, uninstall that meson using pip3, and install again without + the --user argument. -- cgit v1.2.1