diff --git a/README.md b/README.md index ab7acd7d2..be4e7b30e 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,6 @@ 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 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 .