From adff312570d63996283c02ce4250acc28f2eb5a0 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 11 Dec 2021 20:51:49 -0500 Subject: Refer to long option names, prefix commands with $ --- README.7 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index c717aa9..5a614e8 100644 --- a/README.7 +++ b/README.7 @@ -124,9 +124,9 @@ and .Lk https://repology.org/project/libretls/versions libretls . . .Bd -literal -offset indent -\&./configure -make all -sudo make install +$ ./configure +$ make all +# make install .Ed . .Pp @@ -155,7 +155,7 @@ for .Nm ./configure to find it. .Bd -literal -offset indent -PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure +$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure .Ed . .Pp @@ -167,8 +167,8 @@ to stop and start on system sleep and wake. Install it as follows: .Bd -literal -offset indent -make scripts/sandman -sudo make install-sandman +$ make scripts/sandman +# make install-sandman .Ed . .Sh FILES -- cgit 1.4.1