summaryrefslogtreecommitdiff
path: root/asdf-vm/asdf-vm.install
diff options
context:
space:
mode:
Diffstat (limited to 'asdf-vm/asdf-vm.install')
-rw-r--r--asdf-vm/asdf-vm.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/asdf-vm/asdf-vm.install b/asdf-vm/asdf-vm.install
new file mode 100644
index 000000000..facc34dd7
--- /dev/null
+++ b/asdf-vm/asdf-vm.install
@@ -0,0 +1,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
+}