cdist-env: document ./ as default

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-16 10:25:53 +01:00
parent 953837c733
commit 44c8adccbe
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ For use in bourne shell variants (like dash, bash, ksh) as well as
in csh variants (csh, tcsh):
--------------------------------------------------------------------------------
eval `~/cdist/bin/cdist-env`
eval `./bin/cdist-env`
--------------------------------------------------------------------------------
Replace ~/cdist with the checkout directory of cdist.
Replace "./" with the checkout directory of cdist.
SEE ALSO