mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added names to AUTHORS - Added Ubuntu 9.04 ncurses tip to faq
This commit is contained in:
parent
dcedbb3076
commit
3235ac592f
2 changed files with 18 additions and 1 deletions
3
AUTHORS
3
AUTHORS
|
@ -11,6 +11,7 @@ Contributing Authors:
|
|||
Chris Pride
|
||||
Richard Querin
|
||||
Federico Hernandez
|
||||
T. Charles Yun
|
||||
|
||||
With thanks to:
|
||||
Eugene Kramer
|
||||
|
@ -21,7 +22,6 @@ With thanks to:
|
|||
galvanizd
|
||||
Stas Antons
|
||||
Vincent Fleuranceau
|
||||
T. Charles Yun
|
||||
ArchiMark
|
||||
Carlos Yoder
|
||||
Russell Friesenhahn
|
||||
|
@ -30,4 +30,5 @@ With thanks to:
|
|||
Bruce Dillahunty
|
||||
Askme Too
|
||||
P.C. Shyamshankar
|
||||
David J Patrick
|
||||
|
||||
|
|
|
@ -108,6 +108,22 @@
|
|||
</p>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
<b>
|
||||
Q: I'm using Ubuntu 9.04, and I want task to word-wrap
|
||||
descriptions. How do I do this?
|
||||
</b>
|
||||
<br />
|
||||
A: You need to install ncurses, by doing this:
|
||||
<code><pre>% sudo apt-get install libncurses5-dev</pre></code>
|
||||
Then you need to rebuild task from scratch, starting with
|
||||
<code><pre>% cd task-X.X.X
|
||||
% ./configure
|
||||
...</pre></code>
|
||||
The result should be a task program that knows the width
|
||||
of the terminal window, and wraps accordingly.
|
||||
</p>
|
||||
<hr>
|
||||
<!--
|
||||
<p>
|
||||
<b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue