]> granicus.if.org Git - procps-ng/commitdiff
INSTALL.md: Replace blockquotes with code blocks
authorWieland Hoffmann <themineo+github@gmail.com>
Fri, 17 Apr 2020 09:50:46 +0000 (09:50 +0000)
committerCraig Small <csmall@dropbear.xyz>
Fri, 24 Apr 2020 08:56:16 +0000 (18:56 +1000)
The previous syntax (`> `) is for blockquotes, which don't keep newlines when
rendered. Codeblocks (` ` at the beginning of the line) do.

INSTALL.md

index c8aee5f61923a3baac905396bff385ab13ac1406..958b834c71032a38a9ab873f0429c5112a9d2de0 100644 (file)
@@ -6,10 +6,11 @@ configure script. If you have a configure script already then
 you might not need it.
 
 A typical installation would go something like
-> ./autogen.sh
-> ./configure
-> make
-> make install
+
+    ./autogen.sh
+    ./configure
+    make
+    make install
 
 The configure script has a lot of options, so please have a read
 of `configure --help` to see what they are and what they are used
@@ -21,4 +22,4 @@ procps has a series of test scripts (and more are welcome if they
 are repeatable). You will need to install DejaGNU to run it and
 it is simply:
 
-> make check
+    make check