aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornitro <nitrocode@users.noreply.github.com>2018-08-19 00:20:41 -0400
committerGitHub <noreply@github.com>2018-08-19 00:20:41 -0400
commit9d77adcaf348fbc45d0e4d7c44000c572b36271a (patch)
tree308d42f5f01412d90390e33db24b66b654f47ae6 /README.md
parent4dbf285573d5254e5169be44e45c7685a336b6e8 (diff)
downloadportable-9d77adcaf348fbc45d0e4d7c44000c572b36271a.tar.gz
portable-9d77adcaf348fbc45d0e4d7c44000c572b36271a.tar.bz2
portable-9d77adcaf348fbc45d0e4d7c44000c572b36271a.zip
Small contribution to README readability
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b21dbef..9660cdc 100644
--- a/README.md
+++ b/README.md
@@ -66,13 +66,13 @@ building. _Note: Your build will fail if you do not follow these instructions! I
66 66
671. Ensure you have the following packages installed: 671. Ensure you have the following packages installed:
68 automake, autoconf, git, libtool, perl 68 automake, autoconf, git, libtool, perl
692. Run './autogen.sh' to prepare the source tree for building or 692. Run `./autogen.sh` to prepare the source tree for building or
70 run './dist.sh' to prepare a tarball. 70 run `./dist.sh` to prepare a tarball.
71 71
72## Steps that apply to all builds ## 72## Steps that apply to all builds ##
73 73
74Once you have a source tree, either by downloaded using git and having 74Once you have a source tree, either by downloaded using git and having
75run the autogen.sh script above, or by downloading a release distribution from 75run the `autogen.sh` script above, or by downloading a release distribution from
76an OpenBSD mirror, run these commands to build and install the package on most 76an OpenBSD mirror, run these commands to build and install the package on most
77systems: 77systems:
78 78
@@ -106,7 +106,7 @@ ninja test
106 106
107#### HP-UX (11i) #### 107#### HP-UX (11i) ####
108 108
109Set the UNIX_STD environment variable to '2003' before running 'configure' 109Set the UNIX_STD environment variable to `2003` before running `configure`
110in order to build with the HP C/aC++ compiler. See the "standards(5)" man 110in order to build with the HP C/aC++ compiler. See the "standards(5)" man
111page for more details. 111page for more details.
112 112