mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Update dev branch references in README
This commit is contained in:
parent
5c32372d42
commit
d8770133f0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
|||
<div align="center">
|
||||
<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)
|
||||

|
||||
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue