Skip to content

Commit ee16895

Browse files
authored
Improve Cross-Platform Build Instructions in Documentation (#3229)
* Update build * Simplified build command length for cross-platform compatibility. * Modified to replace `make -j` only with `cmake --build.`
1 parent e593f66 commit ee16895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spd
1010
```console
1111
$ git clone https://github.com/gabime/spdlog.git
1212
$ cd spdlog && mkdir build && cd build
13-
$ cmake .. && make -j
13+
$ cmake .. && cmake --build .
1414
```
1515
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
1616

0 commit comments

Comments
 (0)