add hint to . ./bin/cdist-env

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-23 09:29:41 +01:00
parent 0c8432fd48
commit ab76355128
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ in csh variants (csh, tcsh):
eval `./bin/cdist-env`
--------------------------------------------------------------------------------
Replace "./" with the checkout directory of cdist.
For bourne shell, the is also a shorter version:
--------------------------------------------------------------------------------
. ./bin/cdist-env
--------------------------------------------------------------------------------
SEE ALSO