From 440ed76b3c170fd1a92a5d17033b3a10e5417758 Mon Sep 17 00:00:00 2001 From: Romain Manni-Bucau Date: Thu, 7 Jan 2021 10:00:19 +0100 Subject: [PATCH] Replace mvnd --completion by a plain source now the bash file is in the distrib --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 88e03d942..cf659d01b 100644 --- a/README.adoc +++ b/README.adoc @@ -66,7 +66,8 @@ $ brew install mvndaemon/homebrew-mvnd/mvnd Optionally, you can set up completion as follows: [source,shell] ---- -$ echo 'source <(mvnd --completion bash)' >> ~/.bashrc +# ensure to set MVND_HOME to point to your mvnd distribution, note that sdkman does it for you +$ echo 'source $MVND_HOME/bin/mvnd-bash-completion.bash' >> ~/.bashrc ---- `bash` is the only shell supported at this time.