From 9d77adcaf348fbc45d0e4d7c44000c572b36271a Mon Sep 17 00:00:00 2001 From: nitro Date: Sun, 19 Aug 2018 00:20:41 -0400 Subject: Small contribution to README readability --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 1. Ensure you have the following packages installed: automake, autoconf, git, libtool, perl -2. Run './autogen.sh' to prepare the source tree for building or - run './dist.sh' to prepare a tarball. +2. Run `./autogen.sh` to prepare the source tree for building or + run `./dist.sh` to prepare a tarball. ## Steps that apply to all builds ## Once you have a source tree, either by downloaded using git and having -run the autogen.sh script above, or by downloading a release distribution from +run the `autogen.sh` script above, or by downloading a release distribution from an OpenBSD mirror, run these commands to build and install the package on most systems: @@ -106,7 +106,7 @@ ninja test #### HP-UX (11i) #### -Set the UNIX_STD environment variable to '2003' before running 'configure' +Set the UNIX_STD environment variable to `2003` before running `configure` in order to build with the HP C/aC++ compiler. See the "standards(5)" man page for more details. -- cgit v1.2.3-55-g6feb