Use latest release version in README.md

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-12 16:41:34 +02:00
parent 22dc0efa70
commit 566d14bc08

View file

@ -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.1.1.tar.gz
curl -O https://taskwarrior.org/download/timew-1.3.0.tar.gz
and expand the tarball
tar xzf timew-1.1.1.tar.gz
cd timew-1.1.1
tar xzf timew-1.3.0.tar.gz
cd timew-1.3.0
Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it.