This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 31a212a5 chore: make install commands copy+pastable
31a212a5 is described below

commit 31a212a574320403b4da23e469401c540a56489a
Author: Kevin Downey <kevdow...@gmail.com>
AuthorDate: Mon Aug 19 09:20:29 2024 -0700

    chore: make install commands copy+pastable
    
    Readme cleanup to allow the install commands to be copied and pasted 
without modification.
    
    This fixes the error:
    ```
    zsh: command not found: $
    ```
---
 README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index e7fe8862..a4e26390 100644
--- a/README.adoc
+++ b/README.adoc
@@ -52,7 +52,7 @@ If SDKMAN! supports your operating system, it is as easy as
 
 [source,shell]
 ----
-$ sdk install mvnd
+sdk install mvnd
 ----
 
 If you used the manual install in the past, please make sure that the settings 
in `~/.m2/mvnd.properties` still make
@@ -63,7 +63,7 @@ sense. With SDKMAN!, the `~/.m2/mvnd.properties` file is 
typically not needed at
 
 [source,shell]
 ----
-$ brew install mvndaemon/homebrew-mvnd/mvnd
+brew install mvndaemon/homebrew-mvnd/mvnd
 ----
 
 Note: There are two formulae: the `mvnd` that install latest, and `mvnd@1` 
that installs 1.x line.
@@ -72,7 +72,7 @@ Note: There are two formulae: the `mvnd` that install latest, 
and `mvnd@1` that
 
 [source,shell]
 ----
-$ sudo port install mvnd
+sudo port install mvnd
 ----
 
 === Other installers

Reply via email to