mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Minor doc edits.
This commit is contained in:
parent
14cc9c6873
commit
2ec296088a
2 changed files with 3 additions and 2 deletions
4
INSTALL
4
INSTALL
|
@ -34,8 +34,8 @@ Briefly, these shell commands will unpack, build and install taskwarrior:
|
|||
$ cd task-X.Y.Z [2]
|
||||
$ cmake . [3]
|
||||
$ make [4]
|
||||
$ sudo make install [6]
|
||||
$ cd .. ; rm -r task-X.Y.Z [7]
|
||||
$ sudo make install [5]
|
||||
$ cd .. ; rm -r task-X.Y.Z [6]
|
||||
|
||||
These commands are explained below:
|
||||
|
||||
|
|
1
NEWS
1
NEWS
|
@ -31,6 +31,7 @@ New commands in taskwarrior 1.9.4
|
|||
'burndown' that is an alias to burndown.weekly.
|
||||
- 'count' accepts a filter, and simply returns a count of the tasks
|
||||
matching the filter. Used as a helper command by scripts.
|
||||
- '_query' helper command for all future export formats.
|
||||
|
||||
New configuration options in taskwarrior 1.9.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue