From 9dd2365485382d933d6fdf5326657b071d6f9627 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 13 May 2018 21:46:25 -0400 Subject: [PATCH] docs: Add missing submodule init step to the DEVELOPER file --- DEVELOPER | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPER b/DEVELOPER index 2a53dcd9c..0c43c8225 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -11,6 +11,7 @@ How to Build Taskwarrior $ git clone --recursive https://git.tasktools.org/scm/tm/task.git task.git $ cd task.git $ git checkout 2.5.2 # Latest dev branch + $ git submodule init $ git submodule update # Update the libhsared.git submodule $ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither $ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs