Skip to content

Commit b51dfdc

Browse files
authored
Fix build instruction
1 parent d6204aa commit b51dfdc

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
@@ -23,7 +23,7 @@ A library of mathematical tools (regression, interpolation, dimensionality reduc
2323

2424
mathtoolbox uses CMake <https://cmake.org/> for building source codes. This library can be built, for example, by
2525
```
26-
git clone https://github.com/yuki-koyama/mathtoolbox.git
26+
git clone https://github.com/yuki-koyama/mathtoolbox.git --recursive
2727
cd mathtoolbox
2828
mkdir build
2929
cd build

0 commit comments

Comments
 (0)