Changeset 444
- Timestamp:
- 06/30/07 01:05:15 (1 year ago)
- Files:
-
- todo/trunk/QuickStart (modified) (1 diff)
- todo/trunk/src/.todo (deleted)
- todo/trunk/src/.todo.1 (deleted)
- todo/trunk/src/.todo.2 (deleted)
- todo/trunk/.swp (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
todo/trunk/QuickStart
r290 r444 1 1. Installing 2 ./configure --sysconfdir=/etc 3 make 4 make install 1 1. Installation 5 2 6 2. Optionally 7 Copy the contents of doc/scripts.sh or doc/scripts.tcsh (depending on your 8 shell) to your startup scripts (either global or local). More information 9 is available in the respective scripts. 3 ./configure --sysconfdir=/etc 4 make 5 make install 10 6 11 3. Optionally modify /etc/todorc to meet your own configuration needs. 7 2. Optionally copy the contents of doc/scripts.sh or doc/scripts.tcsh 8 (depending on your shell) to your startup scripts (either global or local). 9 More information is available in the respective scripts. 10 11 3. Optionally modify /etc/todorc to meet your own configuration needs, or 12 create your own ~/.todorc 12 13 13 14 4. Usage 15 14 16 Displaying items: 15 17 todo
