summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2023-08-30 11:15:00 -0400
committerMatt Turner <mattst88@gmail.com>2023-08-30 11:15:00 -0400
commit7169c0404f97f7ad090ea4ee3e9849e8b8a1ee30 (patch)
tree90ee581a7cf9babad2cd2a22de58c43102c8dea7
parentf1072b07eb98c86ffed567a5bdcf2f201255595b (diff)
Use more Markdown-friendly syntax
-rw-r--r--INSTALL16
1 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 0529b12..5824704 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,8 +11,8 @@ Basic Installation
==================
Briefly, the shell commands `meson setup build/; ninja -C build; ninja
--C build install' should configure, build, and install this package. The
-following more-detailed instructions are generic; see the `README' file
+-C build install` should configure, build, and install this package. The
+following more-detailed instructions are generic; see the `README` file
for instructions specific to this package.
Running `meson setup` attempts to guess correct values for various
@@ -20,19 +20,19 @@ system-dependent variables used during compilation.
The simplest way to compile this package is:
- 1. `cd' to the directory containing the package's source code and type
- `meson setup build/' to configure the package for your system.
+ 1. `cd` to the directory containing the package's source code and type
+ `meson setup build/` to configure the package for your system.
While running, it prints some messages telling which features it
is checking for.
- 2. Type `ninja -C build' to compile the package.
+ 2. Type `ninja -C build` to compile the package.
- 3. Optionally, type `ninja -C build test' to run any self-tests that
+ 3. Optionally, type `ninja -C build test` to run any self-tests that
come with the package.
- 4. Type `ninja -C build install' to install the programs and any
+ 4. Type `ninja -C build install` to install the programs and any
data files and documentation.
5. You can remove the program binaries and object files from the
- source code directory by typing `ninja -C build clean'.
+ source code directory by typing `ninja -C build clean`.