From 59104a7ab4eff19490ace3cb9e4485a2ace79fc9 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 18 Nov 2021 17:00:13 -0500 Subject: [PATCH] [INSTALL] fix markdown syntax --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 85601c8d4..425a6a6ce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -67,8 +67,8 @@ graphics, you can omit 'mingw-w64-ucrt-x86_64-libdeflate'. * Create a subdirectory, traditionally `build` (this is not strictly necessary, but it keeps your source tree clean). Enter the directory. * `cmake ..` -** You might want to set e.g. `CMAKE_BUILD_TYPE`. Use `-DVAR=val`. -** To build without multimedia support, use `-DUSE_MULTIMEDIA=none`. + * You might want to set e.g. `CMAKE_BUILD_TYPE`. Use `-DVAR=val`. + * To build without multimedia support, use `-DUSE_MULTIMEDIA=none`. * `make` * `make test` * `make install`