mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +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
|
@ -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