diff options
author | June McEnroe <june@causal.agency> | 2021-12-11 20:51:49 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-12-11 20:55:42 -0500 |
commit | adff312570d63996283c02ce4250acc28f2eb5a0 (patch) | |
tree | bbac4975e97b951aeec857c19138e0328e3d371d /README.7 | |
parent | Support custom pkg-config executable names (diff) | |
download | catgirl-adff312570d63996283c02ce4250acc28f2eb5a0.tar.gz catgirl-adff312570d63996283c02ce4250acc28f2eb5a0.zip |
Refer to long option names, prefix commands with $ 2.0
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 12 |
1 files changed, 6 insertions, 6 deletions
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 |