summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2022-09-28 07:06:59 -0400
committerWill Estes <westes575@gmail.com>2022-09-28 07:06:59 -0400
commit4ec57cf108db178b13ec0baa6e7bf7f6424658bd (patch)
tree77c4ca3db1c3eeb99e856148ef57a14896784dd2
parent853c232b7e41693158ae357f4591aef7c93a6fc3 (diff)
downloadflex-git-4ec57cf108db178b13ec0baa6e7bf7f6424658bd.tar.gz
tighten up markdown in INSTALL.md
-rw-r--r--INSTALL.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e9f19c6..e8592cb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -15,8 +15,8 @@ repository or if GNU autotools seems like a jumble of tenuous
incantationery to you, then make sure that you downloaded one of the
release tar archives of flex. You can verify this by checking the
filename of what you downloaded. If it is something like
-"flex-<version>.tar.<compressiontype>" then you have a release tar
-archive. If you have a filename like "flex.tar.gz" or "flex.zip", you
+`flex-<version>.tar.<compressiontype>` then you have a release tar
+archive. If you have a filename like `flex.tar.gz` or `flex.zip`, you
have a copy of the git repository and you didn't download the thing
you wanted to.
@@ -48,9 +48,9 @@ $ make install
```
Note that you may want to make use of the DESTDIR argument on the
-"make install" command line or that you may want to have used the
-"--prefix" argument with configure (or mostly equivalently the
-"prefix" argument on the make command line).
+`make install` command line or that you may want to have used the
+`--prefix` argument with configure (or mostly equivalently the
+`prefix` argument on the make command line).
## Building from the git repository
@@ -97,6 +97,6 @@ $ ./autogen.sh
After autogen.sh finishes successfully, building flex follows the same
steps as building flex from a release archive.
-Note that, in addition to "make check", "make distcheck" builds a
+Note that, in addition to `make check`, `make distcheck` builds a
release archive and builds and tests flex from inside a directory
containing only known distributed files.