1. Installation

	./configure --sysconfdir=/etc
	make
	make install

2. Optionally copy the contents of doc/scripts.sh or doc/scripts.tcsh
   (depending on your shell) to your startup scripts (either global or local).
   More information is available in the respective scripts.

3. Optionally modify /etc/todorc to meet your own configuration needs, or
   create your own ~/.todorc

4. Usage

    Displaying items:
        todo
    Adding an item:
        tda
    Editing an existing item:
        tde <index>
    Marking an item as completed:
        tdd <index>
    Removing an item:
        tdr <index>

5. Problems?
    man devtodo
