forked from ungleich-public/cdist
cdist-env: document ./ as default
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
953837c733
commit
44c8adccbe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue