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
|
Chris Pride
|
||||||
Richard Querin
|
Richard Querin
|
||||||
Federico Hernandez
|
Federico Hernandez
|
||||||
|
T. Charles Yun
|
||||||
|
|
||||||
With thanks to:
|
With thanks to:
|
||||||
Eugene Kramer
|
Eugene Kramer
|
||||||
|
@ -21,7 +22,6 @@ With thanks to:
|
||||||
galvanizd
|
galvanizd
|
||||||
Stas Antons
|
Stas Antons
|
||||||
Vincent Fleuranceau
|
Vincent Fleuranceau
|
||||||
T. Charles Yun
|
|
||||||
ArchiMark
|
ArchiMark
|
||||||
Carlos Yoder
|
Carlos Yoder
|
||||||
Russell Friesenhahn
|
Russell Friesenhahn
|
||||||
|
@ -30,4 +30,5 @@ With thanks to:
|
||||||
Bruce Dillahunty
|
Bruce Dillahunty
|
||||||
Askme Too
|
Askme Too
|
||||||
P.C. Shyamshankar
|
P.C. Shyamshankar
|
||||||
|
David J Patrick
|
||||||
|
|
||||||
|
|
|
@ -108,6 +108,22 @@
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<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>
|
<p>
|
||||||
<b>
|
<b>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue