From 3f216884e7f3345a4242bb9668fa524b5f294f24 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sun, 18 Feb 2018 00:29:38 +0100 Subject: [PATCH] Updated URL references --- INSTALL | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 52d9b1a60..798201a4a 100644 --- a/INSTALL +++ b/INSTALL @@ -156,7 +156,7 @@ OpenBSD and build normally. - See: https://bug.tasktools.org/browse/TW-1579 + See: https://github.com/GothenburgBitFactory/taskwarrior/issues/1605 WASM Using the Emscripten compiler, you can achieve it like this: diff --git a/README.md b/README.md index 49bea6097..fe189f6b6 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,17 @@ 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): +In case of errors with libshared - URL pointing to git.tasktools.org in either .git/config or .gitmodules: $ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config $ git submodule update +or + + $ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .gitmodules + $ git submodule init + $ git submodule update + Then build: $ cmake -DCMAKE_BUILD_TYPE=release .