Skip to content

Commit

Permalink
Replace mvnd --completion by a plain source now the bash file is in t…
Browse files Browse the repository at this point in the history
…he distrib
  • Loading branch information
rmannibucau authored and ppalaga committed Jan 7, 2021
1 parent aae395e commit 440ed76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 440ed76

Please sign in to comment.