diff --git a/README.md b/README.md
index bd307e47a..eb43aadfe 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@

-[](https://github.com/GothenburgBitFactory/taskwarrior/actions)
+[](https://github.com/GothenburgBitFactory/taskwarrior/actions)
[](https://github.com/GothenburgBitFactory/taskwarrior/releases/latest)
[](https://github.com/GothenburgBitFactory/taskwarrior/releases/latest)

@@ -87,13 +87,13 @@ There are many binary packages available, but to install from source requires:
Download the tarball, and expand it:
- $ curl -O https://taskwarrior.org/download/task-2.6.0.tar.gz
- $ tar xzf task-2.6.0.tar.gz
- $ cd task-2.6.0
+ $ curl -O https://taskwarrior.org/download/task-2.6.1.tar.gz
+ $ tar xzf task-2.6.1.tar.gz
+ $ cd task-2.6.1
Or clone this repository:
- $ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git
+ $ git clone --recursive -b stable https://github.com/GothenburgBitFactory/taskwarrior.git
$ cd taskwarrior
Then build: