Skip to content

Commit

Permalink
update INSTALL [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Mar 14, 2022
1 parent bc412b5 commit 60825db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down

0 comments on commit 60825db

Please sign in to comment.