diff options
author | cflip <cflip@cflip.net> | 2022-03-26 21:29:38 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-03-26 21:29:38 -0600 |
commit | 2c21ec7b96b730fee1751cb754b7792490b2e669 (patch) | |
tree | 8bfbd841fc48af4cfe848817b93e5b6c4cf9d3ba | |
parent | 2bb194ccb3f948523ce58cc086220b96f4a94bfb (diff) |
Update build instructions
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ It is recommended that you create a ``build`` directory for CMake to generate bu ```sh git clone https://github.com/cflip/Nonortho cd Nonortho +git submodule init git submodule update mkdir build && cd build cmake ../ |