mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
- Bumped version to 1.1.0
This commit is contained in:
parent
e025ecc3d4
commit
f2ba9f796b
5 changed files with 13 additions and 5 deletions
10
TUTORIAL
10
TUTORIAL
|
@ -1,4 +1,4 @@
|
|||
Task program tutorial, for version 1.0.1
|
||||
Task program tutorial, for version 1.1.0
|
||||
----------------------------------------
|
||||
|
||||
This guide shows how to quickly set up the task program, and become proficient
|
||||
|
@ -22,8 +22,8 @@ transcript illustrates a typical installation:
|
|||
|
||||
% ls
|
||||
task-1.0.1.tar.gz
|
||||
% gunzip task-1.0.1.tar.gz
|
||||
% tar xf task-1.0.1.tar
|
||||
% gunzip task-1.1.0.tar.gz
|
||||
% tar xf task-1.1.0.tar
|
||||
% cd task-1.0.1
|
||||
% ./configure
|
||||
...
|
||||
|
@ -621,6 +621,10 @@ Configuring Task
|
|||
curses Determines whether task uses ncurses to establish the
|
||||
size of the window you are using, for text wrapping.
|
||||
|
||||
blanklines May be "on" or "off". Prevents the display of
|
||||
unnecessary blank lines so that task makes better use
|
||||
screen real estate on small-screened devices.
|
||||
|
||||
color May be "on" or "off". Determines whether task uses
|
||||
color.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue