blob: facc34dd75795d198f2926e9229e1aed208f1de4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat <<EOF
Follow the official instructions [1] to make asdf-vm work, replacing
"\$HOME/.asdf" with "/opt/asdf-vm". The completions are already installed, just
make sure your shell is configured to use them.
[1] https://asdf-vm.com/#/core-manage-asdf?id=add-to-your-shell
EOF
}
|