From e6f6d8839079a546c7c7034685d3bc0b82304857 Mon Sep 17 00:00:00 2001 From: Dirk Deimeke Date: Tue, 13 Feb 2018 19:26:28 +0100 Subject: [PATCH] README.md - Added instructions for failing clone of libshared.git --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index df97e9a84..07ff0031f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ Or clone this repository: $ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git $ cd taskwarrior +In case of errors with libshared (URL pointing to git.tasktools.org): + + $ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config + $ git submodule update + Then build: $ cmake -DCMAKE_BUILD_TYPE=release .