Changes between Version 3 and Version 4 of Development/Installing
- Timestamp:
- 07/23/09 07:14:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Installing
v3 v4 27 27 You'll probably want to add the following commands to your {{{.profile}}}, or similar 28 28 {{{ 29 alias ddc='~/bin/ddc. real-basedir $DDC_BUILD' (for bash)30 alias ddc '~/bin/ddc. real-basedir $DDC_BUILD' (for c shells)29 alias ddc='~/bin/ddc.bin -basedir $DDC_BUILD' (for bash) 30 alias ddc '~/bin/ddc.bin -basedir $DDC_BUILD' (for c shells) 31 31 }}} 32 32
