docs: Update dev branch references in README
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://avatars.githubusercontent.com/u/36100920?s=200&u=24da05914c20c4ccfe8485310f7b83049407fa9a&v=4"></br>
|
<img src="https://avatars.githubusercontent.com/u/36100920?s=200&u=24da05914c20c4ccfe8485310f7b83049407fa9a&v=4"></br>
|
||||||
|
|
||||||
[](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)
|
||||||
[](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:
|
Download the tarball, and expand it:
|
||||||
|
|
||||||
$ curl -O https://taskwarrior.org/download/task-2.6.0.tar.gz
|
$ curl -O https://taskwarrior.org/download/task-2.6.1.tar.gz
|
||||||
$ tar xzf task-2.6.0.tar.gz
|
$ tar xzf task-2.6.1.tar.gz
|
||||||
$ cd task-2.6.0
|
$ cd task-2.6.1
|
||||||
|
|
||||||
Or clone this repository:
|
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
|
$ cd taskwarrior
|
||||||
|
|
||||||
Then build:
|
Then build:
|
||||||
|
|||||||
Reference in New Issue
Block a user