From d90eab17a0cc3a36a85b9af3d4c4a2003cc9db5e Mon Sep 17 00:00:00 2001 From: Joerg Kastning Date: Tue, 15 Sep 2020 11:15:51 +0200 Subject: [PATCH] Fixed URL for tarball download --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e8c76ac..148404f5 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ There are two ways to retrieve the Timewarrior sources: * Or download the tarball with curl, - curl -O https://taskwarrior.org/download/timew-1.3.0.tar.gz + curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.2/timew-1.4.2.tar.gz and expand the tarball - tar xzf timew-1.3.0.tar.gz - cd timew-1.3.0 + tar xzf timew-1.4.2.tar.gz + cd timew-1.4.2 Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it.