diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-11-26 05:11:50 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-11-28 14:08:13 +0200 |
commit | 64be677b11b70177f730cee6c787809e9e27c737 (patch) | |
tree | 824ec4cf41a99f010f8f6b06e4dcfdec72f91e1a /README.rst | |
parent | 74c5db6fd412a414ea3c38bbb5436849d4bd8d34 (diff) |
Documentation: Fix list indentation
reStructuredText requires list items to be indented. Fix the few
offenders in the documentation.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |