summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-03-26 21:29:38 -0600
committercflip <cflip@cflip.net>2022-03-26 21:29:38 -0600
commit2c21ec7b96b730fee1751cb754b7792490b2e669 (patch)
tree8bfbd841fc48af4cfe848817b93e5b6c4cf9d3ba
parent2bb194ccb3f948523ce58cc086220b96f4a94bfb (diff)
Update build instructions
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c5c765..d211d10 100644
--- a/README.md
+++ b/README.md
@@ -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 ../