Docs: Remove extraneous blank line from README introduced by LP1947728
authorJason Stephenson <jason@sigio.com>
Mon, 3 Apr 2023 15:52:08 +0000 (11:52 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 3 Apr 2023 15:52:08 +0000 (11:52 -0400)
When processing the README with asciidoc the following message appears:

asciidoc: WARNING: README: line 82: list item index: expected 1 got 3

This is caused by a blank line on line 74 introduced in the
removal of the Debian Stretch prerequisites.

Co-authored-by: Ben Shum <ben@evergreener.net>

Signed-off-by: Jason Stephenson <jason@sigio.com>

docs/modules/installation/pages/server_installation.adoc

index 8109aed..85a8595 100644 (file)
@@ -71,7 +71,6 @@ before you can successfully configure, compile, and install Evergreen.
    prerequisites using the `Makefile.install` prerequisite installer,
    substituting `debian-bullseye`,`debian-buster`,`ubuntu-jammy`,
    or `ubuntu-focal` for <osname> below:
-
 +
 [source, bash]
 ------------------------------------------------------------------------------