-
Unpack to any directory. For example, in
$HOME/.sdkm/
(further this path in the documentation will be referred to asSDKM_HOME
) -
(Optional) Add the path to
$SDKM_HOME
toPATH
- if you use hooks, this will be done automatically:export PATH=${SDKM_HOME}:${PATH}
-
Unpack scripts for shims:
./sdkm reshim
-
Enjoy [smile o]
-
ZSH
It is necessary to add the line
source $SDKM_HOME/hook.zsh
to~/.zshrc
-
Bash
It is necessary to add the line
source $SDKM_HOME/hook.bash
to~/.bashrc