INSTALL.md: Replace blockquotes with code blocks
The previous syntax (`> `) is for blockquotes, which don't keep newlines when rendered. Codeblocks (` ` at the beginning of the line) do.
This commit is contained in:
parent
fb0915c3ca
commit
4649c52249
11
INSTALL.md
11
INSTALL.md
@ -6,10 +6,11 @@ configure script. If you have a configure script already then
|
|||||||
you might not need it.
|
you might not need it.
|
||||||
|
|
||||||
A typical installation would go something like
|
A typical installation would go something like
|
||||||
> ./autogen.sh
|
|
||||||
> ./configure
|
./autogen.sh
|
||||||
> make
|
./configure
|
||||||
> make install
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
The configure script has a lot of options, so please have a read
|
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
|
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
|
are repeatable). You will need to install DejaGNU to run it and
|
||||||
it is simply:
|
it is simply:
|
||||||
|
|
||||||
> make check
|
make check
|
||||||
|
Loading…
Reference in New Issue
Block a user