From 95425c17982036ef1fc7f1b42d00eb33c51fb77d Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Sat, 23 Jul 2022 16:32:20 -0400 Subject: [PATCH] Add Submodules to readme Add initialization step for users unfamiliar with submodules workflow. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 48d4d50..b3cfa65 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ The primary distinguishing feature of Vertexy apart from other constraint solver Vertexy is still a work-in-progress and is missing many planned features and optimizations. +## Submodules + +This project utilizes submodules. After pulling the repository, they must be initialized: +``` +git submodule init +git submodule update +``` + ## Current Features * Integer variables with finite domain