From 297b1b53c538b101c86cc9317a3190eaaa4168de Mon Sep 17 00:00:00 2001 From: David West Date: Sat, 8 Sep 2018 11:45:44 -0400 Subject: [PATCH] important info so people can build the project not obvious to use recursive without a tip --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c484eed..db30b60 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,6 @@ Thank you for taking a look at tasksh!! --- Tasksh is released under the MIT license. For details check the LICENSE file. + +# Important note +When cloning this from the repo to build from source make sure you `git clone --recursive` to get all required submodules.