From 60825db43041a026d852481479152855df2f6ca2 Mon Sep 17 00:00:00 2001 From: takenori-y Date: Mon, 14 Mar 2022 21:23:39 +0900 Subject: [PATCH] update INSTALL [skip ci] --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8ffcf122..22c30aeb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,7 +3,7 @@ Installation ### Linux / macOS -If you do not care about build options, simply run +If you do not care about build options, simply run: ```sh make ``` @@ -19,13 +19,13 @@ make -j 4 install ### Windows -If you do not care about build options, simply run +If you do not care about build options, simply run: ```sh make.bat ``` in DOS prompt. -If you would like to customize build option, follow the below procedure: +If you would like to customize build options, follow the below procedure: ```sh mkdir build cd build