Skip to content

Commit

Permalink
chore: make install commands copy+pastable
Browse files Browse the repository at this point in the history
Readme cleanup to allow the install commands to be copied and pasted without modification.

This fixes the error:
```
zsh: command not found: $
```
  • Loading branch information
kevdowney authored and slachiewicz committed Sep 8, 2024
1 parent 3d92925 commit 31a212a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 31a212a

Please sign in to comment.